Color Hex Logo

#52096e Color Hex

#52096E
(82,9,110)
0 Favorites   0 Comments

Color spaces of #52096e

RGB 829110
HSL0.790.850.23
HSV283°92°43°
CMYK 0.250.920.00   0.57
XYZ6.39183.115015.0162
Yxy3.11500.26060.1270
Hunter Lab17.649433.7582-38.0898
CIE-Lab20.498746.0065-40.4021

#52096e color RGB value is (82,9,110).

#52096e hex color red value is 82, green value is 9 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #52096e hue: 0.79 , saturation: 0.85 and the lightness value of 52096e is 0.23.

The process color (four color CMYK) of #52096e color hex is 0.25, 0.92, 0.00, 0.57. Web safe color of #52096e is #660066. Color #52096e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001001 01101110
Octal 122 11 156
Decimal 82 9 110
Hex 52 9 6E

RGB Percentages of Color #52096e

%40.80
%4.48
%54.73

CMYK Percentages of Color #52096e

%25
%92
%0
%57

Triadic Colors of #52096e

#52096e #6e5209 #096e52

Analogous Colors of #52096e

#52096e #6e0958 #20096e

Monochromatic Colors of #52096e

#52096e

Complementary Color

#52096e #256e09

#52096e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52096e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52096e Color CSS Codes

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

#52096e Text Font Color

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

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


#52096e Background Color

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

This div background color is #52096e


#52096e Border Color

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

This div border color is #52096e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52096e


Comments

No comments written yet.

Please login to write comment.