Color Hex Logo

#d05dac Color Hex

#D05DAC
(208,93,172)
0 Favorites   0 Comments

Color spaces of #d05dac

RGB 20893172
HSL0.890.550.59
HSV319°55°82°
CMYK 0.000.550.17   0.18
XYZ37.373224.217241.7343
Yxy24.21720.36170.2344
Hunter Lab49.211049.4423-15.8343
CIE-Lab56.304654.6482-20.6175

#d05dac color RGB value is (208,93,172).

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

The process color (four color CMYK) of #d05dac color hex is 0.00, 0.55, 0.17, 0.18. Web safe color of #d05dac is #cc6699. Color #d05dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011101 10101100
Octal 320 135 254
Decimal 208 93 172
Hex D0 5D AC

RGB Percentages of Color #d05dac

%43.97
%19.66
%36.36

CMYK Percentages of Color #d05dac

%0
%55
%17
%18

Triadic Colors of #d05dac

#d05dac #acd05d #5dacd0

Analogous Colors of #d05dac

#d05dac #d05d73 #bb5dd0

Monochromatic Colors of #d05dac

#d05dac

Complementary Color

#d05dac #5dd081

#d05dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05dac Color CSS Codes

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

#d05dac Text Font Color

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

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


#d05dac Background Color

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

This div background color is #d05dac


#d05dac Border Color

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

This div border color is #d05dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05dac


Comments

No comments written yet.

Please login to write comment.