Color Hex Logo

#d87172 Color Hex

#D87172
(216,113,114)
0 Favorites   0 Comments

Color spaces of #d87172

RGB 216113114
HSL1.000.570.65
HSV359°48°85°
CMYK 0.000.480.47   0.15
XYZ37.261327.624119.2877
Yxy27.62410.44270.3282
Hunter Lab52.558634.569515.0331
CIE-Lab59.547640.303817.9311

#d87172 color RGB value is (216,113,114).

#d87172 hex color red value is 216, green value is 113 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d87172 hue: 1.00 , saturation: 0.57 and the lightness value of d87172 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110001 01110010
Octal 330 161 162
Decimal 216 113 114
Hex D8 71 72

RGB Percentages of Color #d87172

%48.76
%25.51
%25.73

CMYK Percentages of Color #d87172

%0
%48
%47
%15

Triadic Colors of #d87172

#d87172 #72d871 #7172d8

Analogous Colors of #d87172

#d87172 #d8a471 #d871a6

Monochromatic Colors of #d87172

#d87172

Complementary Color

#d87172 #71d8d7

#d87172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87172 Color CSS Codes

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

#d87172 Text Font Color

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

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


#d87172 Background Color

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

This div background color is #d87172


#d87172 Border Color

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

This div border color is #d87172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87172


Comments

No comments written yet.

Please login to write comment.