Color Hex Logo

#d001ad Color Hex

#D001AD
(208,1,173)
0 Favorites   0 Comments

Color spaces of #d001ad

RGB 2081173
HSL0.860.990.41
HSV310°100°82°
CMYK 0.001.000.17   0.18
XYZ33.566116.448740.9410
Yxy16.44870.36900.1808
Hunter Lab40.557076.7568-31.4615
CIE-Lab47.557879.4639-34.7719

#d001ad color RGB value is (208,1,173).

#d001ad hex color red value is 208, green value is 1 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d001ad hue: 0.86 , saturation: 0.99 and the lightness value of d001ad is 0.41.

The process color (four color CMYK) of #d001ad color hex is 0.00, 1.00, 0.17, 0.18. Web safe color of #d001ad is #cc0099. Color #d001ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000001 10101101
Octal 320 1 255
Decimal 208 1 173
Hex D0 1 AD

RGB Percentages of Color #d001ad

%54.45
%0.26
%45.29

CMYK Percentages of Color #d001ad

%0
%100
%17
%18

Triadic Colors of #d001ad

#d001ad #add001 #01add0

Analogous Colors of #d001ad

#d001ad #d00145 #8c01d0

Monochromatic Colors of #d001ad

#d001ad

Complementary Color

#d001ad #01d024

#d001ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d001ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d001ad Color CSS Codes

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

#d001ad Text Font Color

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

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


#d001ad Background Color

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

This div background color is #d001ad


#d001ad Border Color

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

This div border color is #d001ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d001ad


Comments

No comments written yet.

Please login to write comment.