Color Hex Logo

#d65772 Color Hex

#D65772
(214,87,114)
0 Favorites   0 Comments

Color spaces of #d65772

RGB 21487114
HSL0.960.610.59
HSV347°59°84°
CMYK 0.000.590.47   0.16
XYZ34.177022.327418.4279
Yxy22.32740.45610.2980
Hunter Lab47.251946.41729.9536
CIE-Lab54.372752.220510.7033

#d65772 color RGB value is (214,87,114).

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

The process color (four color CMYK) of #d65772 color hex is 0.00, 0.59, 0.47, 0.16. Web safe color of #d65772 is #cc6666. Color #d65772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010111 01110010
Octal 326 127 162
Decimal 214 87 114
Hex D6 57 72

RGB Percentages of Color #d65772

%51.57
%20.96
%27.47

CMYK Percentages of Color #d65772

%0
%59
%47
%16

Triadic Colors of #d65772

#d65772 #72d657 #5772d6

Analogous Colors of #d65772

#d65772 #d67c57 #d657b2

Monochromatic Colors of #d65772

#d65772

Complementary Color

#d65772 #57d6bb

#d65772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65772 Color CSS Codes

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

#d65772 Text Font Color

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

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


#d65772 Background Color

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

This div background color is #d65772


#d65772 Border Color

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

This div border color is #d65772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65772


Comments

No comments written yet.

Please login to write comment.