Color Hex Logo

#d85664 Color Hex

#D85664
(216,86,100)
0 Favorites   0 Comments

Color spaces of #d85664

RGB 21686100
HSL0.980.630.59
HSV354°60°85°
CMYK 0.000.600.54   0.15
XYZ33.946922.174614.5475
Yxy22.17460.48040.3138
Hunter Lab47.089946.272514.6465
CIE-Lab54.211852.114318.8104

#d85664 color RGB value is (216,86,100).

#d85664 hex color red value is 216, green value is 86 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d85664 hue: 0.98 , saturation: 0.63 and the lightness value of d85664 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010110 01100100
Octal 330 126 144
Decimal 216 86 100
Hex D8 56 64

RGB Percentages of Color #d85664

%53.73
%21.39
%24.88

CMYK Percentages of Color #d85664

%0
%60
%54
%15

Triadic Colors of #d85664

#d85664 #64d856 #5664d8

Analogous Colors of #d85664

#d85664 #d88956 #d856a5

Monochromatic Colors of #d85664

#d85664

Complementary Color

#d85664 #56d8ca

#d85664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85664 Color CSS Codes

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

#d85664 Text Font Color

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

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


#d85664 Background Color

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

This div background color is #d85664


#d85664 Border Color

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

This div border color is #d85664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85664


Comments

No comments written yet.

Please login to write comment.