Color Hex Logo

#52329b Color Hex

#52329B
(82,50,155)
0 Favorites   0 Comments

Color spaces of #52329b

RGB 8250155
HSL0.720.510.40
HSV258°68°61°
CMYK 0.470.680.00   0.39
XYZ10.53676.441631.6984
Yxy6.44160.21650.1323
Hunter Lab25.380329.6892-56.2832
CIE-Lab30.500339.7597-52.3799

#52329b color RGB value is (82,50,155).

#52329b hex color red value is 82, green value is 50 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #52329b hue: 0.72 , saturation: 0.51 and the lightness value of 52329b is 0.40.

The process color (four color CMYK) of #52329b color hex is 0.47, 0.68, 0.00, 0.39. Web safe color of #52329b is #663399. Color #52329b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110010 10011011
Octal 122 62 233
Decimal 82 50 155
Hex 52 32 9B

RGB Percentages of Color #52329b

%28.57
%17.42
%54.01

CMYK Percentages of Color #52329b

%47
%68
%0
%39

Triadic Colors of #52329b

#52329b #9b5232 #329b52

Analogous Colors of #52329b

#52329b #87329b #32479b

Monochromatic Colors of #52329b

#52329b

Complementary Color

#52329b #7b9b32

#52329b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52329b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52329b Color CSS Codes

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

#52329b Text Font Color

<p style="color:#52329b">Text here</p>

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


#52329b Background Color

<div style="background-color:#52329b">
Div content here</div>

This div background color is #52329b


#52329b Border Color

<div style="border:3px solid #52329b">
Div here</div>

This div border color is #52329b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,50,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52329b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52329b;
  -webkit-box-shadow: 1px 1px 3px 2px #52329b;
  box-shadow:         1px 1px 3px 2px #52329b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52329b


Comments

No comments written yet.

Please login to write comment.