Color Hex Logo

#52049e Color Hex

#52049E
(82,4,158)
0 Favorites   0 Comments

Color spaces of #52049e

RGB 824158
HSL0.750.950.32
HSV270°97°62°
CMYK 0.480.970.00   0.38
XYZ9.69464.349332.6763
Yxy4.34930.20750.0931
Hunter Lab20.855046.4809-78.2991
CIE-Lab24.794157.7781-63.5674

#52049e color RGB value is (82,4,158).

#52049e hex color red value is 82, green value is 4 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #52049e hue: 0.75 , saturation: 0.95 and the lightness value of 52049e is 0.32.

The process color (four color CMYK) of #52049e color hex is 0.48, 0.97, 0.00, 0.38. Web safe color of #52049e is #660099. Color #52049e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 10011110
Octal 122 4 236
Decimal 82 4 158
Hex 52 4 9E

RGB Percentages of Color #52049e

%33.61
%1.64
%64.75

CMYK Percentages of Color #52049e

%48
%97
%0
%38

Triadic Colors of #52049e

#52049e #9e5204 #049e52

Analogous Colors of #52049e

#52049e #9e049d #05049e

Monochromatic Colors of #52049e

#52049e

Complementary Color

#52049e #509e04

#52049e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52049e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52049e Color CSS Codes

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

#52049e Text Font Color

<p style="color:#52049e">Text here</p>

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


#52049e Background Color

<div style="background-color:#52049e">
Div content here</div>

This div background color is #52049e


#52049e Border Color

<div style="border:3px solid #52049e">
Div here</div>

This div border color is #52049e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,4,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52049e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52049e;
  -webkit-box-shadow: 1px 1px 3px 2px #52049e;
  box-shadow:         1px 1px 3px 2px #52049e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52049e


Comments

No comments written yet.

Please login to write comment.