Color Hex Logo

#52119c Color Hex

#52119C
(82,17,156)
0 Favorites   0 Comments

Color spaces of #52119c

RGB 8217156
HSL0.740.800.34
HSV268°89°61°
CMYK 0.470.890.00   0.39
XYZ9.68094.595031.8292
Yxy4.59500.21000.0997
Hunter Lab21.436043.1012-73.0317
CIE-Lab25.548354.4173-61.0999

#52119c color RGB value is (82,17,156).

#52119c hex color red value is 82, green value is 17 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #52119c hue: 0.74 , saturation: 0.80 and the lightness value of 52119c is 0.34.

The process color (four color CMYK) of #52119c color hex is 0.47, 0.89, 0.00, 0.39. Web safe color of #52119c is #660099. Color #52119c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010001 10011100
Octal 122 21 234
Decimal 82 17 156
Hex 52 11 9C

RGB Percentages of Color #52119c

%32.16
%6.67
%61.18

CMYK Percentages of Color #52119c

%47
%89
%0
%39

Triadic Colors of #52119c

#52119c #9c5211 #119c52

Analogous Colors of #52119c

#52119c #98119c #11169c

Monochromatic Colors of #52119c

#52119c

Complementary Color

#52119c #5b9c11

#52119c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52119c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52119c Color CSS Codes

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

#52119c Text Font Color

<p style="color:#52119c">Text here</p>

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


#52119c Background Color

<div style="background-color:#52119c">
Div content here</div>

This div background color is #52119c


#52119c Border Color

<div style="border:3px solid #52119c">
Div here</div>

This div border color is #52119c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,17,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52119c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52119c;
  -webkit-box-shadow: 1px 1px 3px 2px #52119c;
  box-shadow:         1px 1px 3px 2px #52119c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52119c


Comments

No comments written yet.

Please login to write comment.