COLOR #711DB5

HEX: #711DB5
RGB: (113,29,181)

Renk bilgisi

#711DB5 contains mainly blue color. #711DB5 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#711DB5 color RGB value is (113,29,181).

  • kırmız ton 113;
  • yeşil ton 29;
  • mavi ton 181.
RGB:
(113,29,181)
(44%,11%,71%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 29 of 255 = 11%
B 181 of 255 = 71%

113
29
181

R + G + B ~ 42%. #711DB5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 29 + 181 = 323 (100%)
R 113 of 323 ~ 34.98%
G 29 of 323 ~ 8.98%
B 181 of 323 ~ 56.04%

%34.98
%56.04

CMYK RENK MODELİ

#711DB5 rengi CMYK tonu (38,84,0,29).

  • camgöbeği tonu 37.57%
  • eflatun tonu 83.98%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(38,84,0,29)
C38M84Y0K29 
(38%,84%,0%,29%)
(0.38/0.84/0.00/0.29)	

CMYK yüzdeleri

%37.57
%83.98
%0
%29.02

Codes

Color #711DB5 in popluar color models

711DB5
RGB11329181
HSL273°72.38%41.18%
HSB/HSV273°83.98%70.98%
CMYK37.57%83.98%0.00%
29.02%

Color #711DB5 in popluar number systems.

HEX711DB5
Decimal11329181
Binary11100011110110110101
Octal16135265

Shades and tints

Shades of #711DB5

#711DB5
(113,29,181)
#671BA5
(103,27,165)
#5D1995
(93,25,149)
#531785
(83,23,133)
#491575
(73,21,117)
#3F1365
(63,19,101)
#351155
(53,17,85)
#2B0F45
(43,15,69)
#210D35
(33,13,53)
#170B25
(23,11,37)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #711DB5

#711DB5
(113,29,181)
#7D31BB
(125,49,187)
#8945C1
(137,69,193)
#9559C7
(149,89,199)
#A16DCD
(161,109,205)
#AD81D3
(173,129,211)
#B995D9
(185,149,217)
#C5A9DF
(197,169,223)
#D1BDE5
(209,189,229)
#DDD1EB
(221,209,235)
#E9E5F1
(233,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711DB5 color. Also use rgb(113,29,181) instead hex code.

Text Font Color

.myTextColor { color: #711DB5; }

<p style="color:#711DB5">This sample text font color is #711DB5.</p>

This text font color is #711DB5.


Background Color

.myBgColor { background-color: #711DB5; }

<div style="background-color:#711DB5">Inner text</div>

This div background color is #711DB5.


Border color

.myBorderColor { border: 1px solid #711DB5; }

<div style="border:3px solid #711DB5">Div</div>

This div border color is #711DB5.


Opacity

.myOpacity80 { color: #711DB5; opacity: 0.8; }

<p style="color:#711DB5;opacity:0.8;">80%</p>

Text with #711DB5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #711DB5;}

<p style="text-shadow: 3px 3px 1px #711DB5">Text here.</p>

This text has shadow with #711DB5 color.

.textShadow {text-shadow: 3px 3px 1px #711DB5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #711DB5, 5px 5px 20px red">Text here.</p>

This text has shadow with #711DB5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711DB5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#711DB5, Direction=45, Strength=4)">Text</p>

This text has shadow with #711DB5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #711DB5;
  -webkit-box-shadow:	1px 1px 3px 2px #711DB5;
  box-shadow:		1px 1px 3px 2px #711DB5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #711DB5;
-webkit-box-shadow: 1px 1px 3px 2px #711DB5;
box-shadow:1px 1px 3px 2px #711DB5;">
Div content here</div>
This div box has shadow with color #711DB5.

Preview

Color preview on black background

This text has color #711DB5 on black background.


Color preview on white background

This text has color #711DB5 on white background.



Black color preview on #711DB5 background

This text has black color on #711DB5 background.


White color preview on #711DB5 background

This text has white color on #711DB5 background.