Color Hex Logo

#d942aa Color Hex

#D942AA
(217,66,170)
0 Favorites   0 Comments

Color spaces of #d942aa

RGB 21766170
HSL0.890.670.55
HSV319°70°85°
CMYK 0.000.700.22   0.15
XYZ37.819221.550440.1966
Yxy21.55040.37980.2164
Hunter Lab46.422464.1804-18.8428
CIE-Lab53.546767.9871-23.5659

#d942aa color RGB value is (217,66,170).

#d942aa hex color red value is 217, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d942aa hue: 0.89 , saturation: 0.67 and the lightness value of d942aa is 0.55.

The process color (four color CMYK) of #d942aa color hex is 0.00, 0.70, 0.22, 0.15. Web safe color of #d942aa is #cc3399. Color #d942aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000010 10101010
Octal 331 102 252
Decimal 217 66 170
Hex D9 42 AA

RGB Percentages of Color #d942aa

%47.90
%14.57
%37.53

CMYK Percentages of Color #d942aa

%0
%70
%22
%15

Triadic Colors of #d942aa

#d942aa #aad942 #42aad9

Analogous Colors of #d942aa

#d942aa #d9425e #bd42d9

Monochromatic Colors of #d942aa

#d942aa

Complementary Color

#d942aa #42d971

#d942aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d942aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d942aa Color CSS Codes

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

#d942aa Text Font Color

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

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


#d942aa Background Color

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

This div background color is #d942aa


#d942aa Border Color

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

This div border color is #d942aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d942aa


Comments

No comments written yet.

Please login to write comment.