Color Hex Logo

#5242aa Color Hex

#5242AA
(82,66,170)
0 Favorites   0 Comments

Color spaces of #5242aa

RGB 8266170
HSL0.690.440.46
HSV249°61°67°
CMYK 0.520.610.00   0.33
XYZ12.68368.592539.0202
Yxy8.59250.21040.1425
Hunter Lab29.313025.9385-58.4053
CIE-Lab35.187634.8721-53.8060

#5242aa color RGB value is (82,66,170).

#5242aa hex color red value is 82, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5242aa hue: 0.69 , saturation: 0.44 and the lightness value of 5242aa is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000010 10101010
Octal 122 102 252
Decimal 82 66 170
Hex 52 42 AA

RGB Percentages of Color #5242aa

%25.79
%20.75
%53.46

CMYK Percentages of Color #5242aa

%52
%61
%0
%33

Triadic Colors of #5242aa

#5242aa #aa5242 #42aa52

Analogous Colors of #5242aa

#5242aa #8642aa #4266aa

Monochromatic Colors of #5242aa

#5242aa

Complementary Color

#5242aa #9aaa42

#5242aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5242aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5242aa Color CSS Codes

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

#5242aa Text Font Color

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

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


#5242aa Background Color

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

This div background color is #5242aa


#5242aa Border Color

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

This div border color is #5242aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5242aa


Comments

No comments written yet.

Please login to write comment.