Color Hex Logo

#5251aa Color Hex

#5251AA
(82,81,170)
0 Favorites   0 Comments

Color spaces of #5251aa

RGB 8281170
HSL0.670.350.49
HSV241°52°67°
CMYK 0.520.520.00   0.33
XYZ13.677810.581039.3516
Yxy10.58100.21500.1663
Hunter Lab32.528418.1322-48.9567
CIE-Lab38.865625.5272-47.8656

#5251aa color RGB value is (82,81,170).

#5251aa hex color red value is 82, green value is 81 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5251aa hue: 0.67 , saturation: 0.35 and the lightness value of 5251aa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010001 10101010
Octal 122 121 252
Decimal 82 81 170
Hex 52 51 AA

RGB Percentages of Color #5251aa

%24.62
%24.32
%51.05

CMYK Percentages of Color #5251aa

%52
%52
%0
%33

Triadic Colors of #5251aa

#5251aa #aa5251 #51aa52

Analogous Colors of #5251aa

#5251aa #7f51aa #517daa

Monochromatic Colors of #5251aa

#5251aa

Complementary Color

#5251aa #a9aa51

#5251aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5251aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5251aa Color CSS Codes

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

#5251aa Text Font Color

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

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


#5251aa Background Color

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

This div background color is #5251aa


#5251aa Border Color

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

This div border color is #5251aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5251aa


Comments

No comments written yet.

Please login to write comment.