Color Hex Logo

#d87470 Color Hex

#D87470
(216,116,112)
0 Favorites   0 Comments

Color spaces of #d87470

RGB 216116112
HSL0.010.570.64
HSV48°85°
CMYK 0.000.460.48   0.15
XYZ37.488928.259618.8080
Yxy28.25960.44340.3342
Hunter Lab53.159832.850816.2349
CIE-Lab60.122538.569119.8614

#d87470 color RGB value is (216,116,112).

#d87470 hex color red value is 216, green value is 116 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d87470 hue: 0.01 , saturation: 0.57 and the lightness value of d87470 is 0.64.

The process color (four color CMYK) of #d87470 color hex is 0.00, 0.46, 0.48, 0.15. Web safe color of #d87470 is #cc6666. Color #d87470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 01110000
Octal 330 164 160
Decimal 216 116 112
Hex D8 74 70

RGB Percentages of Color #d87470

%48.65
%26.13
%25.23

CMYK Percentages of Color #d87470

%0
%46
%48
%15

Triadic Colors of #d87470

#d87470 #70d874 #7470d8

Analogous Colors of #d87470

#d87470 #d8a870 #d870a0

Monochromatic Colors of #d87470

#d87470

Complementary Color

#d87470 #70d4d8

#d87470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87470 Color CSS Codes

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

#d87470 Text Font Color

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

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


#d87470 Background Color

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

This div background color is #d87470


#d87470 Border Color

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

This div border color is #d87470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87470


Comments

No comments written yet.

Please login to write comment.