Color Hex Logo

#521e93 Color Hex

#521E93
(82,30,147)
0 Favorites   0 Comments

Color spaces of #521e93

RGB 8230147
HSL0.740.660.35
HSV267°80°58°
CMYK 0.440.800.00   0.42
XYZ9.21044.829028.0504
Yxy4.82900.21880.1147
Hunter Lab21.975036.3587-60.2994
CIE-Lab26.241947.5817-54.4284

#521e93 color RGB value is (82,30,147).

#521e93 hex color red value is 82, green value is 30 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #521e93 hue: 0.74 , saturation: 0.66 and the lightness value of 521e93 is 0.35.

The process color (four color CMYK) of #521e93 color hex is 0.44, 0.80, 0.00, 0.42. Web safe color of #521e93 is #663399. Color #521e93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011110 10010011
Octal 122 36 223
Decimal 82 30 147
Hex 52 1E 93

RGB Percentages of Color #521e93

%31.66
%11.58
%56.76

CMYK Percentages of Color #521e93

%44
%80
%0
%42

Triadic Colors of #521e93

#521e93 #93521e #1e9352

Analogous Colors of #521e93

#521e93 #8d1e93 #1e2493

Monochromatic Colors of #521e93

#521e93

Complementary Color

#521e93 #5f931e

#521e93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521e93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521e93 Color CSS Codes

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

#521e93 Text Font Color

<p style="color:#521e93">Text here</p>

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


#521e93 Background Color

<div style="background-color:#521e93">
Div content here</div>

This div background color is #521e93


#521e93 Border Color

<div style="border:3px solid #521e93">
Div here</div>

This div border color is #521e93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,30,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521e93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521e93;
  -webkit-box-shadow: 1px 1px 3px 2px #521e93;
  box-shadow:         1px 1px 3px 2px #521e93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521e93


Comments

No comments written yet.

Please login to write comment.