Color Hex Logo

#522abb Color Hex

#522ABB
(82,42,187)
0 Favorites   0 Comments

Color spaces of #522abb

RGB 8242187
HSL0.710.630.45
HSV257°78°73°
CMYK 0.560.780.00   0.27
XYZ13.27737.037647.6723
Yxy7.03760.19530.1035
Hunter Lab26.528542.9131-87.9756
CIE-Lab31.892453.0016-69.2946

#522abb color RGB value is (82,42,187).

#522abb hex color red value is 82, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #522abb hue: 0.71 , saturation: 0.63 and the lightness value of 522abb is 0.45.

The process color (four color CMYK) of #522abb color hex is 0.56, 0.78, 0.00, 0.27. Web safe color of #522abb is #6633cc. Color #522abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101010 10111011
Octal 122 52 273
Decimal 82 42 187
Hex 52 2A BB

RGB Percentages of Color #522abb

%26.37
%13.50
%60.13

CMYK Percentages of Color #522abb

%56
%78
%0
%27

Triadic Colors of #522abb

#522abb #bb522a #2abb52

Analogous Colors of #522abb

#522abb #9b2abb #2a4bbb

Monochromatic Colors of #522abb

#522abb

Complementary Color

#522abb #93bb2a

#522abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#522abb Color CSS Codes

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

#522abb Text Font Color

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

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


#522abb Background Color

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

This div background color is #522abb


#522abb Border Color

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

This div border color is #522abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522abb


Comments

No comments written yet.

Please login to write comment.