Color Hex Logo

#5a2abe Color Hex

#5A2ABE
(90,42,190)
0 Favorites   0 Comments

Color spaces of #5a2abe

RGB 9042190
HSL0.720.640.45
HSV259°78°75°
CMYK 0.530.780.00   0.25
XYZ14.33877.547349.4162
Yxy7.54730.20110.1058
Hunter Lab27.472345.0883-87.4179
CIE-Lab33.021754.8703-69.1772

#5a2abe color RGB value is (90,42,190).

#5a2abe hex color red value is 90, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5a2abe hue: 0.72 , saturation: 0.64 and the lightness value of 5a2abe is 0.45.

The process color (four color CMYK) of #5a2abe color hex is 0.53, 0.78, 0.00, 0.25. Web safe color of #5a2abe is #6633cc. Color #5a2abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00101010 10111110
Octal 132 52 276
Decimal 90 42 190
Hex 5A 2A BE

RGB Percentages of Color #5a2abe

%27.95
%13.04
%59.01

CMYK Percentages of Color #5a2abe

%53
%78
%0
%25

Triadic Colors of #5a2abe

#5a2abe #be5a2a #2abe5a

Analogous Colors of #5a2abe

#5a2abe #a42abe #2a44be

Monochromatic Colors of #5a2abe

#5a2abe

Complementary Color

#5a2abe #8ebe2a

#5a2abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a2abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a2abe Color CSS Codes

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

#5a2abe Text Font Color

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

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


#5a2abe Background Color

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

This div background color is #5a2abe


#5a2abe Border Color

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

This div border color is #5a2abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a2abe


Comments

No comments written yet.

Please login to write comment.