Color Hex Logo

#d900aa Color Hex

#D900AA
(217,0,170)
0 Favorites   0 Comments

Color spaces of #d900aa

RGB 2170170
HSL0.871.000.43
HSV313°100°85°
CMYK 0.001.000.22   0.15
XYZ35.871017.654039.5472
Yxy17.65400.38540.1897
Hunter Lab42.016778.8621-26.3937
CIE-Lab49.073780.8406-30.5010

#d900aa color RGB value is (217,0,170).

#d900aa hex color red value is 217, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d900aa hue: 0.87 , saturation: 1.00 and the lightness value of d900aa is 0.43.

The process color (four color CMYK) of #d900aa color hex is 0.00, 1.00, 0.22, 0.15. Web safe color of #d900aa is #cc0099. Color #d900aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000000 10101010
Octal 331 0 252
Decimal 217 0 170
Hex D9 0 AA

RGB Percentages of Color #d900aa

%56.07
%0.00
%43.93

CMYK Percentages of Color #d900aa

%0
%100
%22
%15

Triadic Colors of #d900aa

#d900aa #aad900 #00aad9

Analogous Colors of #d900aa

#d900aa #d9003d #9c00d9

Monochromatic Colors of #d900aa

#d900aa

Complementary Color

#d900aa #00d92f

#d900aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d900aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d900aa Color CSS Codes

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

#d900aa Text Font Color

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

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


#d900aa Background Color

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

This div background color is #d900aa


#d900aa Border Color

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

This div border color is #d900aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d900aa


Comments

No comments written yet.

Please login to write comment.