Color Hex Logo

#52388f Color Hex

#52388F
(82,56,143)
0 Favorites   0 Comments

Color spaces of #52388f

RGB 8256143
HSL0.720.440.39
HSV258°61°56°
CMYK 0.430.610.00   0.44
XYZ9.85186.605426.7423
Yxy6.60540.22810.1529
Hunter Lab25.701023.4466-43.7016
CIE-Lab30.891232.7537-44.4027

#52388f color RGB value is (82,56,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 10001111
Octal 122 70 217
Decimal 82 56 143
Hex 52 38 8F

RGB Percentages of Color #52388f

%29.18
%19.93
%50.89

CMYK Percentages of Color #52388f

%43
%61
%0
%44

Triadic Colors of #52388f

#52388f #8f5238 #388f52

Analogous Colors of #52388f

#52388f #7e388f #384a8f

Monochromatic Colors of #52388f

#52388f

Complementary Color

#52388f #758f38

#52388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52388f Color CSS Codes

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

#52388f Text Font Color

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

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


#52388f Background Color

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

This div background color is #52388f


#52388f Border Color

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

This div border color is #52388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52388f


Comments

No comments written yet.

Please login to write comment.