Color Hex Logo

#d01dad Color Hex

#D01DAD
(208,29,173)
0 Favorites   0 Comments

Color spaces of #d01dad

RGB 20829173
HSL0.870.760.46
HSV312°86°82°
CMYK 0.000.860.17   0.18
XYZ33.994617.305841.0838
Yxy17.30580.36800.1873
Hunter Lab41.600273.0650-29.4338
CIE-Lab48.643176.2834-33.0683

#d01dad color RGB value is (208,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011101 10101101
Octal 320 35 255
Decimal 208 29 173
Hex D0 1D AD

RGB Percentages of Color #d01dad

%50.73
%7.07
%42.20

CMYK Percentages of Color #d01dad

%0
%86
%17
%18

Triadic Colors of #d01dad

#d01dad #add01d #1dadd0

Analogous Colors of #d01dad

#d01dad #d01d53 #9a1dd0

Monochromatic Colors of #d01dad

#d01dad

Complementary Color

#d01dad #1dd040

#d01dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01dad Color CSS Codes

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

#d01dad Text Font Color

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

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


#d01dad Background Color

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

This div background color is #d01dad


#d01dad Border Color

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

This div border color is #d01dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,29,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01dad


Comments

No comments written yet.

Please login to write comment.