Color Hex Logo

#d85cac Color Hex

#D85CAC
(216,92,172)
0 Favorites   0 Comments

Color spaces of #d85cac

RGB 21692172
HSL0.890.610.60
HSV321°57°85°
CMYK 0.000.570.20   0.15
XYZ39.592425.231841.8132
Yxy25.23180.37130.2366
Hunter Lab50.231352.7894-14.1919
CIE-Lab57.300657.4666-18.9918

#d85cac color RGB value is (216,92,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011100 10101100
Octal 330 134 254
Decimal 216 92 172
Hex D8 5C AC

RGB Percentages of Color #d85cac

%45.00
%19.17
%35.83

CMYK Percentages of Color #d85cac

%0
%57
%20
%15

Triadic Colors of #d85cac

#d85cac #acd85c #5cacd8

Analogous Colors of #d85cac

#d85cac #d85c6e #c65cd8

Monochromatic Colors of #d85cac

#d85cac

Complementary Color

#d85cac #5cd888

#d85cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85cac Color CSS Codes

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

#d85cac Text Font Color

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

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


#d85cac Background Color

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

This div background color is #d85cac


#d85cac Border Color

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

This div border color is #d85cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85cac


Comments

No comments written yet.

Please login to write comment.