Color Hex Logo

#52028c Color Hex

#52028C
(82,2,140)
0 Favorites   0 Comments

Color spaces of #52028c

RGB 822140
HSL0.760.970.28
HSV275°99°55°
CMYK 0.410.990.00   0.45
XYZ8.23503.730725.0970
Yxy3.73070.22220.1007
Hunter Lab19.315042.3026-63.5180
CIE-Lab22.760454.1769-55.7981

#52028c color RGB value is (82,2,140).

#52028c hex color red value is 82, green value is 2 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #52028c hue: 0.76 , saturation: 0.97 and the lightness value of 52028c is 0.28.

The process color (four color CMYK) of #52028c color hex is 0.41, 0.99, 0.00, 0.45. Web safe color of #52028c is #660099. Color #52028c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 10001100
Octal 122 2 214
Decimal 82 2 140
Hex 52 2 8C

RGB Percentages of Color #52028c

%36.61
%0.89
%62.50

CMYK Percentages of Color #52028c

%41
%99
%0
%45

Triadic Colors of #52028c

#52028c #8c5202 #028c52

Analogous Colors of #52028c

#52028c #8c0281 #0d028c

Monochromatic Colors of #52028c

#52028c

Complementary Color

#52028c #3c8c02

#52028c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52028c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52028c Color CSS Codes

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

#52028c Text Font Color

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

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


#52028c Background Color

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

This div background color is #52028c


#52028c Border Color

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

This div border color is #52028c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52028c


Comments

No comments written yet.

Please login to write comment.