Color Hex Logo

#d86381 Color Hex

#D86381
(216,99,129)
0 Favorites   0 Comments

Color spaces of #d86381

RGB 21699129
HSL0.960.600.62
HSV345°54°85°
CMYK 0.000.540.40   0.15
XYZ36.743225.107623.6785
Yxy25.10760.42960.2936
Hunter Lab50.107543.20377.0575
CIE-Lab57.180148.80455.9015

#d86381 color RGB value is (216,99,129).

#d86381 hex color red value is 216, green value is 99 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d86381 hue: 0.96 , saturation: 0.60 and the lightness value of d86381 is 0.62.

The process color (four color CMYK) of #d86381 color hex is 0.00, 0.54, 0.40, 0.15. Web safe color of #d86381 is #cc6699. Color #d86381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100011 10000001
Octal 330 143 201
Decimal 216 99 129
Hex D8 63 81

RGB Percentages of Color #d86381

%48.65
%22.30
%29.05

CMYK Percentages of Color #d86381

%0
%54
%40
%15

Triadic Colors of #d86381

#d86381 #81d863 #6381d8

Analogous Colors of #d86381

#d86381 #d88063 #d863bc

Monochromatic Colors of #d86381

#d86381

Complementary Color

#d86381 #63d8ba

#d86381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86381 Color CSS Codes

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

#d86381 Text Font Color

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

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


#d86381 Background Color

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

This div background color is #d86381


#d86381 Border Color

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

This div border color is #d86381


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,99,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d86381; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d86381;
  -webkit-box-shadow: 1px 1px 3px 2px #d86381;
  box-shadow:         1px 1px 3px 2px #d86381; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,99,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86381


Comments

No comments written yet.

Please login to write comment.