Color Hex Logo

#5210aa Color Hex

#5210AA
(82,16,170)
0 Favorites   0 Comments

Color spaces of #5210aa

RGB 8216170
HSL0.740.830.36
HSV266°91°67°
CMYK 0.520.910.00   0.33
XYZ10.92075.066738.4326
Yxy5.06670.20070.0931
Hunter Lab22.509347.2103-85.4757
CIE-Lab26.924058.0582-67.3369

#5210aa color RGB value is (82,16,170).

#5210aa hex color red value is 82, green value is 16 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5210aa hue: 0.74 , saturation: 0.83 and the lightness value of 5210aa is 0.36.

The process color (four color CMYK) of #5210aa color hex is 0.52, 0.91, 0.00, 0.33. Web safe color of #5210aa is #660099. Color #5210aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010000 10101010
Octal 122 20 252
Decimal 82 16 170
Hex 52 10 AA

RGB Percentages of Color #5210aa

%30.60
%5.97
%63.43

CMYK Percentages of Color #5210aa

%52
%91
%0
%33

Triadic Colors of #5210aa

#5210aa #aa5210 #10aa52

Analogous Colors of #5210aa

#5210aa #9f10aa #101baa

Monochromatic Colors of #5210aa

#5210aa

Complementary Color

#5210aa #68aa10

#5210aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5210aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5210aa Color CSS Codes

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

#5210aa Text Font Color

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

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


#5210aa Background Color

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

This div background color is #5210aa


#5210aa Border Color

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

This div border color is #5210aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,16,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 #5210aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5210aa


Comments

No comments written yet.

Please login to write comment.