Color Hex Logo

#d01eac Color Hex

#D01EAC
(208,30,172)
0 Favorites   0 Comments

Color spaces of #d01eac

RGB 20830172
HSL0.870.750.47
HSV312°86°82°
CMYK 0.000.860.17   0.18
XYZ33.923117.317040.5843
Yxy17.31700.36940.1886
Hunter Lab41.613772.6876-28.6938
CIE-Lab48.657075.9743-32.4562

#d01eac color RGB value is (208,30,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011110 10101100
Octal 320 36 254
Decimal 208 30 172
Hex D0 1E AC

RGB Percentages of Color #d01eac

%50.73
%7.32
%41.95

CMYK Percentages of Color #d01eac

%0
%86
%17
%18

Triadic Colors of #d01eac

#d01eac #acd01e #1eacd0

Analogous Colors of #d01eac

#d01eac #d01e53 #9b1ed0

Monochromatic Colors of #d01eac

#d01eac

Complementary Color

#d01eac #1ed042

#d01eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01eac Color CSS Codes

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

#d01eac Text Font Color

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

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


#d01eac Background Color

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

This div background color is #d01eac


#d01eac Border Color

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

This div border color is #d01eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01eac


Comments

No comments written yet.

Please login to write comment.