Color Hex Logo

#5a1aea Color Hex

#5A1AEA
(90,26,234)
0 Favorites   0 Comments

Color spaces of #5a1aea

RGB 9026234
HSL0.720.830.51
HSV258°89°92°
CMYK 0.620.890.00   0.08
XYZ19.43718.853078.5262
Yxy8.85300.18200.0829
Hunter Lab29.754064.5375-135.6493
CIE-Lab35.699771.7349-90.2181

#5a1aea color RGB value is (90,26,234).

#5a1aea hex color red value is 90, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5a1aea hue: 0.72 , saturation: 0.83 and the lightness value of 5a1aea is 0.51.

The process color (four color CMYK) of #5a1aea color hex is 0.62, 0.89, 0.00, 0.08. Web safe color of #5a1aea is #6633ff. Color #5a1aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00011010 11101010
Octal 132 32 352
Decimal 90 26 234
Hex 5A 1A EA

RGB Percentages of Color #5a1aea

%25.71
%7.43
%66.86

CMYK Percentages of Color #5a1aea

%62
%89
%0
%8

Triadic Colors of #5a1aea

#5a1aea #ea5a1a #1aea5a

Analogous Colors of #5a1aea

#5a1aea #c21aea #1a42ea

Monochromatic Colors of #5a1aea

#5a1aea

Complementary Color

#5a1aea #aaea1a

#5a1aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a1aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a1aea Color CSS Codes

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

#5a1aea Text Font Color

<p style="color:#5a1aea">Text here</p>

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


#5a1aea Background Color

<div style="background-color:#5a1aea">
Div content here</div>

This div background color is #5a1aea


#5a1aea Border Color

<div style="border:3px solid #5a1aea">
Div here</div>

This div border color is #5a1aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,26,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a1aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a1aea;
  -webkit-box-shadow: 1px 1px 3px 2px #5a1aea;
  box-shadow:         1px 1px 3px 2px #5a1aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,26,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 #5a1aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a1aea


Comments

No comments written yet.

Please login to write comment.