Color Hex Logo

#d903aa Color Hex

#D903AA
(217,3,170)
0 Favorites   0 Comments

Color spaces of #d903aa

RGB 2173170
HSL0.870.970.43
HSV313°99°85°
CMYK 0.000.990.22   0.15
XYZ35.903517.719139.5580
Yxy17.71910.38530.1902
Hunter Lab42.094178.5843-26.2521
CIE-Lab49.153680.6054-30.3763

#d903aa color RGB value is (217,3,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000011 10101010
Octal 331 3 252
Decimal 217 3 170
Hex D9 3 AA

RGB Percentages of Color #d903aa

%55.64
%0.77
%43.59

CMYK Percentages of Color #d903aa

%0
%99
%22
%15

Triadic Colors of #d903aa

#d903aa #aad903 #03aad9

Analogous Colors of #d903aa

#d903aa #d9033f #9d03d9

Monochromatic Colors of #d903aa

#d903aa

Complementary Color

#d903aa #03d932

#d903aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d903aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d903aa Color CSS Codes

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

#d903aa Text Font Color

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

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


#d903aa Background Color

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

This div background color is #d903aa


#d903aa Border Color

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

This div border color is #d903aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d903aa


Comments

No comments written yet.

Please login to write comment.