Color Hex Logo

#522bea Color Hex

#522BEA
(82,43,234)
0 Favorites   0 Comments

Color spaces of #522bea

RGB 8243234
HSL0.700.820.54
HSV252°82°92°
CMYK 0.650.820.00   0.08
XYZ19.19489.462178.6566
Yxy9.46210.17890.0882
Hunter Lab30.760557.5544-130.0759
CIE-Lab36.859265.5080-88.3182

#522bea color RGB value is (82,43,234).

#522bea hex color red value is 82, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #522bea hue: 0.70 , saturation: 0.82 and the lightness value of 522bea is 0.54.

The process color (four color CMYK) of #522bea color hex is 0.65, 0.82, 0.00, 0.08. Web safe color of #522bea is #6633ff. Color #522bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101011 11101010
Octal 122 53 352
Decimal 82 43 234
Hex 52 2B EA

RGB Percentages of Color #522bea

%22.84
%11.98
%65.18

CMYK Percentages of Color #522bea

%65
%82
%0
%8

Triadic Colors of #522bea

#522bea #ea522b #2bea52

Analogous Colors of #522bea

#522bea #b22bea #2b64ea

Monochromatic Colors of #522bea

#522bea

Complementary Color

#522bea #c3ea2b

#522bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#522bea Color CSS Codes

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

#522bea Text Font Color

<p style="color:#522bea">Text here</p>

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


#522bea Background Color

<div style="background-color:#522bea">
Div content here</div>

This div background color is #522bea


#522bea Border Color

<div style="border:3px solid #522bea">
Div here</div>

This div border color is #522bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,43,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #522bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #522bea;
  -webkit-box-shadow: 1px 1px 3px 2px #522bea;
  box-shadow:         1px 1px 3px 2px #522bea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522bea


Comments

No comments written yet.

Please login to write comment.