Color Hex Logo

#d6115b Color Hex

#D6115B
(214,17,91)
0 Favorites   0 Comments

Color spaces of #d6115b

RGB 2141791
HSL0.940.850.45
HSV337°92°84°
CMYK 0.000.920.57   0.16
XYZ29.820315.452411.3084
Yxy15.45240.52700.2731
Hunter Lab39.309566.618810.4604
CIE-Lab46.247771.442313.3130

#d6115b color RGB value is (214,17,91).

#d6115b hex color red value is 214, green value is 17 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #d6115b hue: 0.94 , saturation: 0.85 and the lightness value of d6115b is 0.45.

The process color (four color CMYK) of #d6115b color hex is 0.00, 0.92, 0.57, 0.16. Web safe color of #d6115b is #cc0066. Color #d6115b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010001 01011011
Octal 326 21 133
Decimal 214 17 91
Hex D6 11 5B

RGB Percentages of Color #d6115b

%66.46
%5.28
%28.26

CMYK Percentages of Color #d6115b

%0
%92
%57
%16

Triadic Colors of #d6115b

#d6115b #5bd611 #115bd6

Analogous Colors of #d6115b

#d6115b #d62a11 #d611be

Monochromatic Colors of #d6115b

#d6115b

Complementary Color

#d6115b #11d68c

#d6115b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6115b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6115b Color CSS Codes

.mybgcolor {background-color:#d6115b; } 
.myforecolor {color:#d6115b; }
.mybordercolor {border:3px solid #d6115b; }

#d6115b Text Font Color

<p style="color:#d6115b">Text here</p>

This sample text font color is #d6115b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d6115b Background Color

<div style="background-color:#d6115b">
Div content here</div>

This div background color is #d6115b


#d6115b Border Color

<div style="border:3px solid #d6115b">
Div here</div>

This div border color is #d6115b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,17,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6115b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6115b;
  -webkit-box-shadow: 1px 1px 3px 2px #d6115b;
  box-shadow:         1px 1px 3px 2px #d6115b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,17,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d6115b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d6115b;
  -webkit-box-shadow: 1px 1px 3px 2px #d6115b;
  box-shadow:         1px 1px 3px 2px #d6115b;">
Div content here</div>

This div box has shadow with color #d6115b


Comments

No comments written yet.

Please login to write comment.