Color Hex Logo

#d01aac Color Hex

#D01AAC
(208,26,172)
0 Favorites   0 Comments

Color spaces of #d01aac

RGB 20826172
HSL0.870.780.46
HSV312°88°82°
CMYK 0.000.880.17   0.18
XYZ33.828217.127240.5527
Yxy17.12720.36970.1872
Hunter Lab41.385073.4825-29.1281
CIE-Lab48.419976.6652-32.8276

#d01aac color RGB value is (208,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011010 10101100
Octal 320 32 254
Decimal 208 26 172
Hex D0 1A AC

RGB Percentages of Color #d01aac

%51.23
%6.40
%42.36

CMYK Percentages of Color #d01aac

%0
%88
%17
%18

Triadic Colors of #d01aac

#d01aac #acd01a #1aacd0

Analogous Colors of #d01aac

#d01aac #d01a51 #991ad0

Monochromatic Colors of #d01aac

#d01aac

Complementary Color

#d01aac #1ad03e

#d01aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01aac Color CSS Codes

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

#d01aac Text Font Color

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

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


#d01aac Background Color

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

This div background color is #d01aac


#d01aac Border Color

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

This div border color is #d01aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01aac


Comments

No comments written yet.

Please login to write comment.