Color Hex Logo

#d01dac Color Hex

#D01DAC
(208,29,172)
0 Favorites   0 Comments

Color spaces of #d01dac

RGB 20829172
HSL0.870.760.46
HSV312°86°82°
CMYK 0.000.860.17   0.18
XYZ33.898217.267240.5760
Yxy17.26720.36950.1882
Hunter Lab41.553872.8951-28.8071
CIE-Lab48.595076.1550-32.5533

#d01dac color RGB value is (208,29,172).

#d01dac hex color red value is 208, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d01dac hue: 0.87 , saturation: 0.76 and the lightness value of d01dac is 0.46.

The process color (four color CMYK) of #d01dac color hex is 0.00, 0.86, 0.17, 0.18. Web safe color of #d01dac is #cc3399. Color #d01dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011101 10101100
Octal 320 35 254
Decimal 208 29 172
Hex D0 1D AC

RGB Percentages of Color #d01dac

%50.86
%7.09
%42.05

CMYK Percentages of Color #d01dac

%0
%86
%17
%18

Triadic Colors of #d01dac

#d01dac #acd01d #1dacd0

Analogous Colors of #d01dac

#d01dac #d01d53 #9b1dd0

Monochromatic Colors of #d01dac

#d01dac

Complementary Color

#d01dac #1dd041

#d01dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01dac Color CSS Codes

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

#d01dac Text Font Color

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

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


#d01dac Background Color

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

This div background color is #d01dac


#d01dac Border Color

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

This div border color is #d01dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01dac


Comments

No comments written yet.

Please login to write comment.