Color Hex Logo

#5a53ab Color Hex

#5A53AB
(90,83,171)
0 Favorites   0 Comments

Color spaces of #5a53ab

RGB 9083171
HSL0.680.350.50
HSV245°51°67°
CMYK 0.470.510.00   0.33
XYZ14.660411.300439.9366
Yxy11.30040.22250.1715
Hunter Lab33.616119.0180-46.9065
CIE-Lab40.081926.4145-46.4710

#5a53ab color RGB value is (90,83,171).

#5a53ab hex color red value is 90, green value is 83 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5a53ab hue: 0.68 , saturation: 0.35 and the lightness value of 5a53ab is 0.50.

The process color (four color CMYK) of #5a53ab color hex is 0.47, 0.51, 0.00, 0.33. Web safe color of #5a53ab is #666699. Color #5a53ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01010011 10101011
Octal 132 123 253
Decimal 90 83 171
Hex 5A 53 AB

RGB Percentages of Color #5a53ab

%26.16
%24.13
%49.71

CMYK Percentages of Color #5a53ab

%47
%51
%0
%33

Triadic Colors of #5a53ab

#5a53ab #ab5a53 #53ab5a

Analogous Colors of #5a53ab

#5a53ab #8653ab #5378ab

Monochromatic Colors of #5a53ab

#5a53ab

Complementary Color

#5a53ab #a4ab53

#5a53ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a53ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a53ab Color CSS Codes

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

#5a53ab Text Font Color

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

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


#5a53ab Background Color

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

This div background color is #5a53ab


#5a53ab Border Color

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

This div border color is #5a53ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a53ab


Comments

No comments written yet.

Please login to write comment.