Color Hex Logo

#d040ac Color Hex

#D040AC
(208,64,172)
0 Favorites   0 Comments

Color spaces of #d040ac

RGB 20864172
HSL0.880.610.53
HSV315°69°82°
CMYK 0.000.690.17   0.18
XYZ35.292220.055241.0407
Yxy20.05520.36610.2081
Hunter Lab44.783062.3003-22.9873
CIE-Lab51.899666.7063-27.4031

#d040ac color RGB value is (208,64,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 10101100
Octal 320 100 254
Decimal 208 64 172
Hex D0 40 AC

RGB Percentages of Color #d040ac

%46.85
%14.41
%38.74

CMYK Percentages of Color #d040ac

%0
%69
%17
%18

Triadic Colors of #d040ac

#d040ac #acd040 #40acd0

Analogous Colors of #d040ac

#d040ac #d04064 #ac40d0

Monochromatic Colors of #d040ac

#d040ac

Complementary Color

#d040ac #40d064

#d040ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d040ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d040ac Color CSS Codes

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

#d040ac Text Font Color

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

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


#d040ac Background Color

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

This div background color is #d040ac


#d040ac Border Color

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

This div border color is #d040ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d040ac


Comments

No comments written yet.

Please login to write comment.