Color Hex Logo

#d82aaa Color Hex

#D82AAA
(216,42,170)
0 Favorites   0 Comments

Color spaces of #d82aaa

RGB 21642170
HSL0.880.690.51
HSV316°81°85°
CMYK 0.000.810.21   0.15
XYZ36.402619.157139.8093
Yxy19.15710.38170.2009
Hunter Lab43.768871.8633-23.2882
CIE-Lab50.870574.8721-27.7177

#d82aaa color RGB value is (216,42,170).

#d82aaa hex color red value is 216, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d82aaa hue: 0.88 , saturation: 0.69 and the lightness value of d82aaa is 0.51.

The process color (four color CMYK) of #d82aaa color hex is 0.00, 0.81, 0.21, 0.15. Web safe color of #d82aaa is #cc3399. Color #d82aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101010 10101010
Octal 330 52 252
Decimal 216 42 170
Hex D8 2A AA

RGB Percentages of Color #d82aaa

%50.47
%9.81
%39.72

CMYK Percentages of Color #d82aaa

%0
%81
%21
%15

Triadic Colors of #d82aaa

#d82aaa #aad82a #2aaad8

Analogous Colors of #d82aaa

#d82aaa #d82a53 #af2ad8

Monochromatic Colors of #d82aaa

#d82aaa

Complementary Color

#d82aaa #2ad858

#d82aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82aaa Color CSS Codes

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

#d82aaa Text Font Color

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

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


#d82aaa Background Color

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

This div background color is #d82aaa


#d82aaa Border Color

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

This div border color is #d82aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82aaa


Comments

No comments written yet.

Please login to write comment.