Color Hex Logo

#52248a Color Hex

#52248A
(82,36,138)
0 Favorites   0 Comments

Color spaces of #52248a

RGB 8236138
HSL0.740.590.34
HSV267°74°54°
CMYK 0.410.740.00   0.46
XYZ8.69804.890624.5303
Yxy4.89060.22820.1283
Hunter Lab22.114731.5056-50.2860
CIE-Lab26.420842.4704-48.5571

#52248a color RGB value is (82,36,138).

#52248a hex color red value is 82, green value is 36 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #52248a hue: 0.74 , saturation: 0.59 and the lightness value of 52248a is 0.34.

The process color (four color CMYK) of #52248a color hex is 0.41, 0.74, 0.00, 0.46. Web safe color of #52248a is #663399. Color #52248a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100100 10001010
Octal 122 44 212
Decimal 82 36 138
Hex 52 24 8A

RGB Percentages of Color #52248a

%32.03
%14.06
%53.91

CMYK Percentages of Color #52248a

%41
%74
%0
%46

Triadic Colors of #52248a

#52248a #8a5224 #248a52

Analogous Colors of #52248a

#52248a #85248a #24298a

Monochromatic Colors of #52248a

#52248a

Complementary Color

#52248a #5c8a24

#52248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52248a Color CSS Codes

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

#52248a Text Font Color

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

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


#52248a Background Color

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

This div background color is #52248a


#52248a Border Color

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

This div border color is #52248a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,36,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52248a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52248a;
  -webkit-box-shadow: 1px 1px 3px 2px #52248a;
  box-shadow:         1px 1px 3px 2px #52248a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,36,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #52248a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52248a


Comments

No comments written yet.

Please login to write comment.