Color Hex Logo

#d85dac Color Hex

#D85DAC
(216,93,172)
0 Favorites   0 Comments

Color spaces of #d85dac

RGB 21693172
HSL0.890.610.61
HSV321°57°85°
CMYK 0.000.570.20   0.15
XYZ39.679625.406241.8423
Yxy25.40620.37110.2376
Hunter Lab50.404652.3112-13.9352
CIE-Lab57.469157.0142-18.7350

#d85dac color RGB value is (216,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011101 10101100
Octal 330 135 254
Decimal 216 93 172
Hex D8 5D AC

RGB Percentages of Color #d85dac

%44.91
%19.33
%35.76

CMYK Percentages of Color #d85dac

%0
%57
%20
%15

Triadic Colors of #d85dac

#d85dac #acd85d #5dacd8

Analogous Colors of #d85dac

#d85dac #d85d6f #c75dd8

Monochromatic Colors of #d85dac

#d85dac

Complementary Color

#d85dac #5dd889

#d85dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85dac Color CSS Codes

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

#d85dac Text Font Color

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

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


#d85dac Background Color

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

This div background color is #d85dac


#d85dac Border Color

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

This div border color is #d85dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85dac


Comments

No comments written yet.

Please login to write comment.