Color Hex Logo

#d004aa Color Hex

#D004AA
(208,4,170)
0 Favorites   0 Comments

Color spaces of #d004aa

RGB 2084170
HSL0.860.960.42
HSV311°98°82°
CMYK 0.000.980.18   0.18
XYZ33.311516.399039.4398
Yxy16.39900.37370.1839
Hunter Lab40.495775.9656-29.3971
CIE-Lab47.493778.8443-33.0960

#d004aa color RGB value is (208,4,170).

#d004aa hex color red value is 208, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d004aa hue: 0.86 , saturation: 0.96 and the lightness value of d004aa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000100 10101010
Octal 320 4 252
Decimal 208 4 170
Hex D0 4 AA

RGB Percentages of Color #d004aa

%54.45
%1.05
%44.50

CMYK Percentages of Color #d004aa

%0
%98
%18
%18

Triadic Colors of #d004aa

#d004aa #aad004 #04aad0

Analogous Colors of #d004aa

#d004aa #d00444 #9004d0

Monochromatic Colors of #d004aa

#d004aa

Complementary Color

#d004aa #04d02a

#d004aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d004aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d004aa Color CSS Codes

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

#d004aa Text Font Color

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

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


#d004aa Background Color

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

This div background color is #d004aa


#d004aa Border Color

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

This div border color is #d004aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,4,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d004aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d004aa


Comments

No comments written yet.

Please login to write comment.