Color Hex Logo

#522beb Color Hex

#522BEB
(82,43,235)
0 Favorites   0 Comments

Color spaces of #522beb

RGB 8243235
HSL0.700.830.55
HSV252°82°92°
CMYK 0.650.820.00   0.08
XYZ19.33899.519879.4155
Yxy9.51980.17860.0879
Hunter Lab30.854257.8861-131.0085
CIE-Lab36.966465.7780-88.7087

#522beb color RGB value is (82,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101011 11101011
Octal 122 53 353
Decimal 82 43 235
Hex 52 2B EB

RGB Percentages of Color #522beb

%22.78
%11.94
%65.28

CMYK Percentages of Color #522beb

%65
%82
%0
%8

Triadic Colors of #522beb

#522beb #eb522b #2beb52

Analogous Colors of #522beb

#522beb #b22beb #2b64eb

Monochromatic Colors of #522beb

#522beb

Complementary Color

#522beb #c4eb2b

#522beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#522beb Color CSS Codes

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

#522beb Text Font Color

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

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


#522beb Background Color

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

This div background color is #522beb


#522beb Border Color

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

This div border color is #522beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522beb


Comments

No comments written yet.

Please login to write comment.