Color Hex Logo

#d005aa Color Hex

#D005AA
(208,5,170)
0 Favorites   0 Comments

Color spaces of #d005aa

RGB 2085170
HSL0.860.950.42
HSV311°98°82°
CMYK 0.000.980.18   0.18
XYZ33.322416.420739.4434
Yxy16.42070.37360.1841
Hunter Lab40.522575.8697-29.3455
CIE-Lab47.521778.7621-33.0521

#d005aa color RGB value is (208,5,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000101 10101010
Octal 320 5 252
Decimal 208 5 170
Hex D0 5 AA

RGB Percentages of Color #d005aa

%54.31
%1.31
%44.39

CMYK Percentages of Color #d005aa

%0
%98
%18
%18

Triadic Colors of #d005aa

#d005aa #aad005 #05aad0

Analogous Colors of #d005aa

#d005aa #d00545 #9105d0

Monochromatic Colors of #d005aa

#d005aa

Complementary Color

#d005aa #05d02b

#d005aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d005aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d005aa Color CSS Codes

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

#d005aa Text Font Color

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

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


#d005aa Background Color

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

This div background color is #d005aa


#d005aa Border Color

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

This div border color is #d005aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d005aa


Comments

No comments written yet.

Please login to write comment.