Color Hex Logo

#d85cae Color Hex

#D85CAE
(216,92,174)
0 Favorites   0 Comments

Color spaces of #d85cae

RGB 21692174
HSL0.890.610.60
HSV320°57°85°
CMYK 0.000.570.19   0.15
XYZ39.786025.309242.8326
Yxy25.30920.36860.2345
Hunter Lab50.308253.1263-15.2639
CIE-Lab57.375557.7515-20.0346

#d85cae color RGB value is (216,92,174).

#d85cae hex color red value is 216, green value is 92 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d85cae hue: 0.89 , saturation: 0.61 and the lightness value of d85cae is 0.60.

The process color (four color CMYK) of #d85cae color hex is 0.00, 0.57, 0.19, 0.15. Web safe color of #d85cae is #cc6699. Color #d85cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011100 10101110
Octal 330 134 256
Decimal 216 92 174
Hex D8 5C AE

RGB Percentages of Color #d85cae

%44.81
%19.09
%36.10

CMYK Percentages of Color #d85cae

%0
%57
%19
%15

Triadic Colors of #d85cae

#d85cae #aed85c #5caed8

Analogous Colors of #d85cae

#d85cae #d85c70 #c45cd8

Monochromatic Colors of #d85cae

#d85cae

Complementary Color

#d85cae #5cd886

#d85cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85cae Color CSS Codes

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

#d85cae Text Font Color

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

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


#d85cae Background Color

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

This div background color is #d85cae


#d85cae Border Color

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

This div border color is #d85cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85cae


Comments

No comments written yet.

Please login to write comment.