Color Hex Logo

#52058b Color Hex

#52058B
(82,5,139)
0 Favorites   0 Comments

Color spaces of #52058b

RGB 825139
HSL0.760.930.28
HSV274°96°55°
CMYK 0.410.960.00   0.45
XYZ8.19413.766524.7212
Yxy3.76650.22340.1027
Hunter Lab19.407541.4021-61.9383
CIE-Lab22.884053.2773-54.9699

#52058b color RGB value is (82,5,139).

#52058b hex color red value is 82, green value is 5 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #52058b hue: 0.76 , saturation: 0.93 and the lightness value of 52058b is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000101 10001011
Octal 122 5 213
Decimal 82 5 139
Hex 52 5 8B

RGB Percentages of Color #52058b

%36.28
%2.21
%61.50

CMYK Percentages of Color #52058b

%41
%96
%0
%45

Triadic Colors of #52058b

#52058b #8b5205 #058b52

Analogous Colors of #52058b

#52058b #8b0581 #0f058b

Monochromatic Colors of #52058b

#52058b

Complementary Color

#52058b #3e8b05

#52058b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52058b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52058b Color CSS Codes

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

#52058b Text Font Color

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

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


#52058b Background Color

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

This div background color is #52058b


#52058b Border Color

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

This div border color is #52058b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52058b


Comments

No comments written yet.

Please login to write comment.