Color Hex Logo

#5a2ada Color Hex

#5A2ADA
(90,42,218)
0 Favorites   0 Comments

Color spaces of #5a2ada

RGB 9042218
HSL0.710.700.51
HSV256°81°85°
CMYK 0.590.810.00   0.15
XYZ17.69938.891567.1130
Yxy8.89150.18890.0949
Hunter Lab29.818653.7688-112.5714
CIE-Lab35.774662.3578-80.9411

#5a2ada color RGB value is (90,42,218).

#5a2ada hex color red value is 90, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5a2ada hue: 0.71 , saturation: 0.70 and the lightness value of 5a2ada is 0.51.

The process color (four color CMYK) of #5a2ada color hex is 0.59, 0.81, 0.00, 0.15. Web safe color of #5a2ada is #6633cc. Color #5a2ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00101010 11011010
Octal 132 52 332
Decimal 90 42 218
Hex 5A 2A DA

RGB Percentages of Color #5a2ada

%25.71
%12.00
%62.29

CMYK Percentages of Color #5a2ada

%59
%81
%0
%15

Triadic Colors of #5a2ada

#5a2ada #da5a2a #2ada5a

Analogous Colors of #5a2ada

#5a2ada #b22ada #2a52da

Monochromatic Colors of #5a2ada

#5a2ada

Complementary Color

#5a2ada #aada2a

#5a2ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a2ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a2ada Color CSS Codes

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

#5a2ada Text Font Color

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

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


#5a2ada Background Color

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

This div background color is #5a2ada


#5a2ada Border Color

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

This div border color is #5a2ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a2ada


Comments

No comments written yet.

Please login to write comment.