Color Hex Logo

#d01cad Color Hex

#D01CAD
(208,28,173)
0 Favorites   0 Comments

Color spaces of #d01cad

RGB 20828173
HSL0.870.760.46
HSV312°87°82°
CMYK 0.000.870.17   0.18
XYZ33.970517.257541.0758
Yxy17.25750.36800.1870
Hunter Lab41.542173.2671-29.5449
CIE-Lab48.582976.4590-33.1627

#d01cad color RGB value is (208,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011100 10101101
Octal 320 34 255
Decimal 208 28 173
Hex D0 1C AD

RGB Percentages of Color #d01cad

%50.86
%6.85
%42.30

CMYK Percentages of Color #d01cad

%0
%87
%17
%18

Triadic Colors of #d01cad

#d01cad #add01c #1cadd0

Analogous Colors of #d01cad

#d01cad #d01c53 #991cd0

Monochromatic Colors of #d01cad

#d01cad

Complementary Color

#d01cad #1cd03f

#d01cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01cad Color CSS Codes

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

#d01cad Text Font Color

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

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


#d01cad Background Color

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

This div background color is #d01cad


#d01cad Border Color

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

This div border color is #d01cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01cad


Comments

No comments written yet.

Please login to write comment.