Color Hex Logo

#52188b Color Hex

#52188B
(82,24,139)
0 Favorites   0 Comments

Color spaces of #52188b

RGB 8224139
HSL0.750.710.32
HSV270°83°55°
CMYK 0.410.830.00   0.45
XYZ8.46654.311224.8120
Yxy4.31120.22520.1147
Hunter Lab20.763436.4492-56.3163
CIE-Lab24.674747.9797-52.0317

#52188b color RGB value is (82,24,139).

#52188b hex color red value is 82, green value is 24 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #52188b hue: 0.75 , saturation: 0.71 and the lightness value of 52188b is 0.32.

The process color (four color CMYK) of #52188b color hex is 0.41, 0.83, 0.00, 0.45. Web safe color of #52188b is #660099. Color #52188b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011000 10001011
Octal 122 30 213
Decimal 82 24 139
Hex 52 18 8B

RGB Percentages of Color #52188b

%33.47
%9.80
%56.73

CMYK Percentages of Color #52188b

%41
%83
%0
%45

Triadic Colors of #52188b

#52188b #8b5218 #188b52

Analogous Colors of #52188b

#52188b #8b188b #19188b

Monochromatic Colors of #52188b

#52188b

Complementary Color

#52188b #518b18

#52188b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52188b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52188b Color CSS Codes

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

#52188b Text Font Color

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

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


#52188b Background Color

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

This div background color is #52188b


#52188b Border Color

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

This div border color is #52188b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52188b


Comments

No comments written yet.

Please login to write comment.