Color Hex Logo

#521aba Color Hex

#521ABA
(82,26,186)
0 Favorites   0 Comments

Color spaces of #521aba

RGB 8226186
HSL0.730.750.42
HSV261°86°73°
CMYK 0.560.860.00   0.27
XYZ12.71206.077846.9575
Yxy6.07780.19330.0924
Hunter Lab24.653248.8974-95.6738
CIE-Lab29.607959.1129-72.4705

#521aba color RGB value is (82,26,186).

#521aba hex color red value is 82, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #521aba hue: 0.73 , saturation: 0.75 and the lightness value of 521aba is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011010 10111010
Octal 122 32 272
Decimal 82 26 186
Hex 52 1A BA

RGB Percentages of Color #521aba

%27.89
%8.84
%63.27

CMYK Percentages of Color #521aba

%56
%86
%0
%27

Triadic Colors of #521aba

#521aba #ba521a #1aba52

Analogous Colors of #521aba

#521aba #a21aba #1a32ba

Monochromatic Colors of #521aba

#521aba

Complementary Color

#521aba #82ba1a

#521aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#521aba Color CSS Codes

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

#521aba Text Font Color

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

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


#521aba Background Color

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

This div background color is #521aba


#521aba Border Color

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

This div border color is #521aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521aba


Comments

No comments written yet.

Please login to write comment.