Color Hex Logo

#523aea Color Hex

#523AEA
(82,58,234)
0 Favorites   0 Comments

Color spaces of #523aea

RGB 8258234
HSL0.690.810.57
HSV248°75°92°
CMYK 0.650.750.00   0.08
XYZ19.844010.760578.8730
Yxy10.76050.18130.0983
Hunter Lab32.803250.5764-119.5964
CIE-Lab39.174158.8004-84.4914

#523aea color RGB value is (82,58,234).

#523aea hex color red value is 82, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #523aea hue: 0.69 , saturation: 0.81 and the lightness value of 523aea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111010 11101010
Octal 122 72 352
Decimal 82 58 234
Hex 52 3A EA

RGB Percentages of Color #523aea

%21.93
%15.51
%62.57

CMYK Percentages of Color #523aea

%65
%75
%0
%8

Triadic Colors of #523aea

#523aea #ea523a #3aea52

Analogous Colors of #523aea

#523aea #aa3aea #3a7aea

Monochromatic Colors of #523aea

#523aea

Complementary Color

#523aea #d2ea3a

#523aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#523aea Color CSS Codes

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

#523aea Text Font Color

<p style="color:#523aea">Text here</p>

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


#523aea Background Color

<div style="background-color:#523aea">
Div content here</div>

This div background color is #523aea


#523aea Border Color

<div style="border:3px solid #523aea">
Div here</div>

This div border color is #523aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,58,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 #523aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523aea


Comments

No comments written yet.

Please login to write comment.