Color Hex Logo

#d85772 Color Hex

#D85772
(216,87,114)
0 Favorites   0 Comments

Color spaces of #d85772

RGB 21687114
HSL0.970.620.59
HSV347°60°85°
CMYK 0.000.600.47   0.15
XYZ34.764422.630218.4554
Yxy22.63020.45830.2984
Hunter Lab47.571247.195810.2981
CIE-Lab54.689452.880811.1943

#d85772 color RGB value is (216,87,114).

#d85772 hex color red value is 216, green value is 87 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d85772 hue: 0.97 , saturation: 0.62 and the lightness value of d85772 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010111 01110010
Octal 330 127 162
Decimal 216 87 114
Hex D8 57 72

RGB Percentages of Color #d85772

%51.80
%20.86
%27.34

CMYK Percentages of Color #d85772

%0
%60
%47
%15

Triadic Colors of #d85772

#d85772 #72d857 #5772d8

Analogous Colors of #d85772

#d85772 #d87d57 #d857b3

Monochromatic Colors of #d85772

#d85772

Complementary Color

#d85772 #57d8bd

#d85772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85772 Color CSS Codes

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

#d85772 Text Font Color

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

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


#d85772 Background Color

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

This div background color is #d85772


#d85772 Border Color

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

This div border color is #d85772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85772


Comments

No comments written yet.

Please login to write comment.