Color Hex Logo

#d01cae Color Hex

#D01CAE
(208,28,174)
0 Favorites   0 Comments

Color spaces of #d01cae

RGB 20828174
HSL0.860.760.46
HSV311°87°82°
CMYK 0.000.870.16   0.18
XYZ34.067717.296441.5874
Yxy17.29640.36650.1861
Hunter Lab41.588973.4381-30.1755
CIE-Lab48.631476.5881-33.6766

#d01cae color RGB value is (208,28,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011100 10101110
Octal 320 34 256
Decimal 208 28 174
Hex D0 1C AE

RGB Percentages of Color #d01cae

%50.73
%6.83
%42.44

CMYK Percentages of Color #d01cae

%0
%87
%16
%18

Triadic Colors of #d01cae

#d01cae #aed01c #1caed0

Analogous Colors of #d01cae

#d01cae #d01c54 #981cd0

Monochromatic Colors of #d01cae

#d01cae

Complementary Color

#d01cae #1cd03e

#d01cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01cae Color CSS Codes

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

#d01cae Text Font Color

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

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


#d01cae Background Color

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

This div background color is #d01cae


#d01cae Border Color

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

This div border color is #d01cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01cae


Comments

No comments written yet.

Please login to write comment.