Color Hex Logo

#52019f Color Hex

#52019F
(82,1,159)
0 Favorites   0 Comments

Color spaces of #52019f

RGB 821159
HSL0.750.990.31
HSV271°99°62°
CMYK 0.480.990.00   0.38
XYZ9.74854.318733.1207
Yxy4.31870.20660.0915
Hunter Lab20.781547.3660-79.9470
CIE-Lab24.698258.6236-64.3371

#52019f color RGB value is (82,1,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000001 10011111
Octal 122 1 237
Decimal 82 1 159
Hex 52 1 9F

RGB Percentages of Color #52019f

%33.88
%0.41
%65.70

CMYK Percentages of Color #52019f

%48
%99
%0
%38

Triadic Colors of #52019f

#52019f #9f5201 #019f52

Analogous Colors of #52019f

#52019f #9f019d #03019f

Monochromatic Colors of #52019f

#52019f

Complementary Color

#52019f #4e9f01

#52019f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52019f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52019f Color CSS Codes

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

#52019f Text Font Color

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

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


#52019f Background Color

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

This div background color is #52019f


#52019f Border Color

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

This div border color is #52019f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52019f


Comments

No comments written yet.

Please login to write comment.