Color Hex Logo

#52098e Color Hex

#52098E
(82,9,142)
0 Favorites   0 Comments

Color spaces of #52098e

RGB 829142
HSL0.760.880.30
HSV273°94°56°
CMYK 0.420.940.00   0.44
XYZ8.45983.942225.9062
Yxy3.94220.22080.1029
Hunter Lab19.855041.3090-63.4614
CIE-Lab23.479453.0727-55.8624

#52098e color RGB value is (82,9,142).

#52098e hex color red value is 82, green value is 9 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #52098e hue: 0.76 , saturation: 0.88 and the lightness value of 52098e is 0.30.

The process color (four color CMYK) of #52098e color hex is 0.42, 0.94, 0.00, 0.44. Web safe color of #52098e is #660099. Color #52098e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001001 10001110
Octal 122 11 216
Decimal 82 9 142
Hex 52 9 8E

RGB Percentages of Color #52098e

%35.19
%3.86
%60.94

CMYK Percentages of Color #52098e

%42
%94
%0
%44

Triadic Colors of #52098e

#52098e #8e5209 #098e52

Analogous Colors of #52098e

#52098e #8e0988 #10098e

Monochromatic Colors of #52098e

#52098e

Complementary Color

#52098e #458e09

#52098e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52098e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52098e Color CSS Codes

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

#52098e Text Font Color

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

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


#52098e Background Color

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

This div background color is #52098e


#52098e Border Color

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

This div border color is #52098e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52098e


Comments

No comments written yet.

Please login to write comment.