Color Hex Logo

#52229f Color Hex

#52229F
(82,34,159)
0 Favorites   0 Comments

Color spaces of #52229f

RGB 8234159
HSL0.730.650.38
HSV263°79°62°
CMYK 0.480.790.00   0.38
XYZ10.30975.441133.3077
Yxy5.44110.21020.1109
Hunter Lab23.326238.0727-68.3326
CIE-Lab27.956248.9883-58.9726

#52229f color RGB value is (82,34,159).

#52229f hex color red value is 82, green value is 34 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #52229f hue: 0.73 , saturation: 0.65 and the lightness value of 52229f is 0.38.

The process color (four color CMYK) of #52229f color hex is 0.48, 0.79, 0.00, 0.38. Web safe color of #52229f is #663399. Color #52229f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100010 10011111
Octal 122 42 237
Decimal 82 34 159
Hex 52 22 9F

RGB Percentages of Color #52229f

%29.82
%12.36
%57.82

CMYK Percentages of Color #52229f

%48
%79
%0
%38

Triadic Colors of #52229f

#52229f #9f5222 #229f52

Analogous Colors of #52229f

#52229f #91229f #22319f

Monochromatic Colors of #52229f

#52229f

Complementary Color

#52229f #6f9f22

#52229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52229f Color CSS Codes

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

#52229f Text Font Color

<p style="color:#52229f">Text here</p>

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


#52229f Background Color

<div style="background-color:#52229f">
Div content here</div>

This div background color is #52229f


#52229f Border Color

<div style="border:3px solid #52229f">
Div here</div>

This div border color is #52229f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,34,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52229f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52229f;
  -webkit-box-shadow: 1px 1px 3px 2px #52229f;
  box-shadow:         1px 1px 3px 2px #52229f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52229f


Comments

No comments written yet.

Please login to write comment.