Color Hex Logo

#52029e Color Hex

#52029E
(82,2,158)
0 Favorites   0 Comments

Color spaces of #52029e

RGB 822158
HSL0.750.980.31
HSV271°99°62°
CMYK 0.480.990.00   0.38
XYZ9.67294.305932.6690
Yxy4.30590.20740.0923
Hunter Lab20.750746.8939-78.8183
CIE-Lab24.658058.1905-63.7922

#52029e color RGB value is (82,2,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 10011110
Octal 122 2 236
Decimal 82 2 158
Hex 52 2 9E

RGB Percentages of Color #52029e

%33.88
%0.83
%65.29

CMYK Percentages of Color #52029e

%48
%99
%0
%38

Triadic Colors of #52029e

#52029e #9e5202 #029e52

Analogous Colors of #52029e

#52029e #9e029c #04029e

Monochromatic Colors of #52029e

#52029e

Complementary Color

#52029e #4e9e02

#52029e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52029e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52029e Color CSS Codes

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

#52029e Text Font Color

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

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


#52029e Background Color

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

This div background color is #52029e


#52029e Border Color

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

This div border color is #52029e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52029e


Comments

No comments written yet.

Please login to write comment.