Color Hex Logo

#d6165b Color Hex

#D6165B
(214,22,91)
0 Favorites   0 Comments

Color spaces of #d6165b

RGB 2142291
HSL0.940.810.46
HSV338°90°84°
CMYK 0.000.900.57   0.16
XYZ29.906815.625311.3372
Yxy15.62530.52590.2748
Hunter Lab39.528965.874310.6653
CIE-Lab46.479070.773513.6320

#d6165b color RGB value is (214,22,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010110 01011011
Octal 326 26 133
Decimal 214 22 91
Hex D6 16 5B

RGB Percentages of Color #d6165b

%65.44
%6.73
%27.83

CMYK Percentages of Color #d6165b

%0
%90
%57
%16

Triadic Colors of #d6165b

#d6165b #5bd616 #165bd6

Analogous Colors of #d6165b

#d6165b #d63116 #d616bb

Monochromatic Colors of #d6165b

#d6165b

Complementary Color

#d6165b #16d691

#d6165b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6165b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6165b Color CSS Codes

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

#d6165b Text Font Color

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

This sample text font color is #d6165b
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.


#d6165b Background Color

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

This div background color is #d6165b


#d6165b Border Color

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

This div border color is #d6165b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,22,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 #d6165b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6165b


Comments

No comments written yet.

Please login to write comment.