Color Hex Logo

#5a4ade Color Hex

#5A4ADE
(90,74,222)
0 Favorites   0 Comments

Color spaces of #5a4ade

RGB 9074222
HSL0.680.690.58
HSV246°67°87°
CMYK 0.590.670.00   0.13
XYZ19.850012.345170.4439
Yxy12.34510.19340.1203
Hunter Lab35.135639.3570-94.2765
CIE-Lab41.759447.6867-73.3929

#5a4ade color RGB value is (90,74,222).

#5a4ade hex color red value is 90, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5a4ade hue: 0.68 , saturation: 0.69 and the lightness value of 5a4ade is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01001010 11011110
Octal 132 112 336
Decimal 90 74 222
Hex 5A 4A DE

RGB Percentages of Color #5a4ade

%23.32
%19.17
%57.51

CMYK Percentages of Color #5a4ade

%59
%67
%0
%13

Triadic Colors of #5a4ade

#5a4ade #de5a4a #4ade5a

Analogous Colors of #5a4ade

#5a4ade #a44ade #4a84de

Monochromatic Colors of #5a4ade

#5a4ade

Complementary Color

#5a4ade #cede4a

#5a4ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a4ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a4ade Color CSS Codes

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

#5a4ade Text Font Color

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

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


#5a4ade Background Color

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

This div background color is #5a4ade


#5a4ade Border Color

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

This div border color is #5a4ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a4ade


Comments

No comments written yet.

Please login to write comment.