Color Hex Logo

#d042ac Color Hex

#D042AC
(208,66,172)
0 Favorites   0 Comments

Color spaces of #d042ac

RGB 20866172
HSL0.880.600.54
HSV315°68°82°
CMYK 0.000.680.17   0.18
XYZ35.407020.284941.0789
Yxy20.28490.36590.2096
Hunter Lab45.038861.5091-22.5500
CIE-Lab52.157865.9825-27.0026

#d042ac color RGB value is (208,66,172).

#d042ac hex color red value is 208, green value is 66 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d042ac hue: 0.88 , saturation: 0.60 and the lightness value of d042ac is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 10101100
Octal 320 102 254
Decimal 208 66 172
Hex D0 42 AC

RGB Percentages of Color #d042ac

%46.64
%14.80
%38.57

CMYK Percentages of Color #d042ac

%0
%68
%17
%18

Triadic Colors of #d042ac

#d042ac #acd042 #42acd0

Analogous Colors of #d042ac

#d042ac #d04265 #ad42d0

Monochromatic Colors of #d042ac

#d042ac

Complementary Color

#d042ac #42d066

#d042ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d042ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d042ac Color CSS Codes

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

#d042ac Text Font Color

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

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


#d042ac Background Color

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

This div background color is #d042ac


#d042ac Border Color

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

This div border color is #d042ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d042ac


Comments

No comments written yet.

Please login to write comment.