Color Hex Logo

#d002ac Color Hex

#D002AC
(208,2,172)
0 Favorites   0 Comments

Color spaces of #d002ac

RGB 2082172
HSL0.860.980.41
HSV310°99°82°
CMYK 0.000.990.17   0.18
XYZ33.480516.431940.4368
Yxy16.43190.37060.1819
Hunter Lab40.536376.4916-30.7691
CIE-Lab47.536179.2566-34.2142

#d002ac color RGB value is (208,2,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000010 10101100
Octal 320 2 254
Decimal 208 2 172
Hex D0 2 AC

RGB Percentages of Color #d002ac

%54.45
%0.52
%45.03

CMYK Percentages of Color #d002ac

%0
%99
%17
%18

Triadic Colors of #d002ac

#d002ac #acd002 #02acd0

Analogous Colors of #d002ac

#d002ac #d00245 #8d02d0

Monochromatic Colors of #d002ac

#d002ac

Complementary Color

#d002ac #02d026

#d002ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d002ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d002ac Color CSS Codes

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

#d002ac Text Font Color

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

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


#d002ac Background Color

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

This div background color is #d002ac


#d002ac Border Color

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

This div border color is #d002ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d002ac


Comments

No comments written yet.

Please login to write comment.