Color Hex Logo

#52368f Color Hex

#52368F
(82,54,143)
0 Favorites   0 Comments

Color spaces of #52368f

RGB 8254143
HSL0.720.450.39
HSV259°62°56°
CMYK 0.430.620.00   0.44
XYZ9.75686.415326.7106
Yxy6.41530.22750.1496
Hunter Lab25.328424.4354-44.7955
CIE-Lab30.436933.9542-45.1364

#52368f color RGB value is (82,54,143).

#52368f hex color red value is 82, green value is 54 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #52368f hue: 0.72 , saturation: 0.45 and the lightness value of 52368f is 0.39.

The process color (four color CMYK) of #52368f color hex is 0.43, 0.62, 0.00, 0.44. Web safe color of #52368f is #663399. Color #52368f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110110 10001111
Octal 122 66 217
Decimal 82 54 143
Hex 52 36 8F

RGB Percentages of Color #52368f

%29.39
%19.35
%51.25

CMYK Percentages of Color #52368f

%43
%62
%0
%44

Triadic Colors of #52368f

#52368f #8f5236 #368f52

Analogous Colors of #52368f

#52368f #7f368f #36468f

Monochromatic Colors of #52368f

#52368f

Complementary Color

#52368f #738f36

#52368f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52368f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52368f Color CSS Codes

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

#52368f Text Font Color

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

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


#52368f Background Color

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

This div background color is #52368f


#52368f Border Color

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

This div border color is #52368f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52368f


Comments

No comments written yet.

Please login to write comment.