Color Hex Logo

#52049f Color Hex

#52049F
(82,4,159)
0 Favorites   0 Comments

Color spaces of #52049f

RGB 824159
HSL0.750.950.32
HSV270°97°62°
CMYK 0.480.970.00   0.38
XYZ9.78114.383933.1315
Yxy4.38390.20680.0927
Hunter Lab20.937846.7454-79.1629
CIE-Lab24.902058.0058-64.0003

#52049f color RGB value is (82,4,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 10011111
Octal 122 4 237
Decimal 82 4 159
Hex 52 4 9F

RGB Percentages of Color #52049f

%33.47
%1.63
%64.90

CMYK Percentages of Color #52049f

%48
%97
%0
%38

Triadic Colors of #52049f

#52049f #9f5204 #049f52

Analogous Colors of #52049f

#52049f #9f049f #05049f

Monochromatic Colors of #52049f

#52049f

Complementary Color

#52049f #519f04

#52049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52049f Color CSS Codes

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

#52049f Text Font Color

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

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


#52049f Background Color

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

This div background color is #52049f


#52049f Border Color

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

This div border color is #52049f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52049f


Comments

No comments written yet.

Please login to write comment.