Color Hex Logo

#d86187 Color Hex

#D86187
(216,97,135)
0 Favorites   0 Comments

Color spaces of #d86187

RGB 21697135
HSL0.950.600.61
HSV341°55°85°
CMYK 0.000.550.38   0.15
XYZ36.966824.897625.7790
Yxy24.89760.42180.2841
Hunter Lab49.897544.92204.2967
CIE-Lab56.975550.42372.0926

#d86187 color RGB value is (216,97,135).

#d86187 hex color red value is 216, green value is 97 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d86187 hue: 0.95 , saturation: 0.60 and the lightness value of d86187 is 0.61.

The process color (four color CMYK) of #d86187 color hex is 0.00, 0.55, 0.38, 0.15. Web safe color of #d86187 is #cc6699. Color #d86187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100001 10000111
Octal 330 141 207
Decimal 216 97 135
Hex D8 61 87

RGB Percentages of Color #d86187

%48.21
%21.65
%30.13

CMYK Percentages of Color #d86187

%0
%55
%38
%15

Triadic Colors of #d86187

#d86187 #87d861 #6187d8

Analogous Colors of #d86187

#d86187 #d87761 #d861c3

Monochromatic Colors of #d86187

#d86187

Complementary Color

#d86187 #61d8b2

#d86187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86187 Color CSS Codes

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

#d86187 Text Font Color

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

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


#d86187 Background Color

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

This div background color is #d86187


#d86187 Border Color

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

This div border color is #d86187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86187


Comments

No comments written yet.

Please login to write comment.