Color Hex Logo

#5238aa Color Hex

#5238AA
(82,56,170)
0 Favorites   0 Comments

Color spaces of #5238aa

RGB 8256170
HSL0.700.500.44
HSV254°67°67°
CMYK 0.520.670.00   0.33
XYZ12.14957.524538.8422
Yxy7.52450.20760.1286
Hunter Lab27.430831.0562-64.7534
CIE-Lab32.972340.7826-57.4091

#5238aa color RGB value is (82,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 10101010
Octal 122 70 252
Decimal 82 56 170
Hex 52 38 AA

RGB Percentages of Color #5238aa

%26.62
%18.18
%55.19

CMYK Percentages of Color #5238aa

%52
%67
%0
%33

Triadic Colors of #5238aa

#5238aa #aa5238 #38aa52

Analogous Colors of #5238aa

#5238aa #8b38aa #3857aa

Monochromatic Colors of #5238aa

#5238aa

Complementary Color

#5238aa #90aa38

#5238aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5238aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5238aa Color CSS Codes

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

#5238aa Text Font Color

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

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


#5238aa Background Color

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

This div background color is #5238aa


#5238aa Border Color

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

This div border color is #5238aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5238aa


Comments

No comments written yet.

Please login to write comment.