Color Hex Logo

#52348a Color Hex

#52348A
(82,52,138)
0 Favorites   0 Comments

Color spaces of #52348a

RGB 8252138
HSL0.720.450.37
HSV261°62°54°
CMYK 0.410.620.00   0.46
XYZ9.29516.084824.7293
Yxy6.08480.23170.1517
Hunter Lab24.667424.0940-42.1716
CIE-Lab29.625433.6995-43.3601

#52348a color RGB value is (82,52,138).

#52348a hex color red value is 82, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #52348a hue: 0.72 , saturation: 0.45 and the lightness value of 52348a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110100 10001010
Octal 122 64 212
Decimal 82 52 138
Hex 52 34 8A

RGB Percentages of Color #52348a

%30.15
%19.12
%50.74

CMYK Percentages of Color #52348a

%41
%62
%0
%46

Triadic Colors of #52348a

#52348a #8a5234 #348a52

Analogous Colors of #52348a

#52348a #7d348a #34418a

Monochromatic Colors of #52348a

#52348a

Complementary Color

#52348a #6c8a34

#52348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52348a Color CSS Codes

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

#52348a Text Font Color

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

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


#52348a Background Color

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

This div background color is #52348a


#52348a Border Color

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

This div border color is #52348a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52348a


Comments

No comments written yet.

Please login to write comment.