Color Hex Logo

#5a5380 Color Hex

#5A5380
(90,83,128)
0 Favorites   0 Comments

Color spaces of #5a5380

RGB 9083128
HSL0.690.210.41
HSV249°35°50°
CMYK 0.300.350.00   0.50
XYZ11.20609.918721.7460
Yxy9.91870.26140.2314
Hunter Lab31.49408.3984-18.8929
CIE-Lab37.696113.7250-24.3264

#5a5380 color RGB value is (90,83,128).

#5a5380 hex color red value is 90, green value is 83 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5a5380 hue: 0.69 , saturation: 0.21 and the lightness value of 5a5380 is 0.41.

The process color (four color CMYK) of #5a5380 color hex is 0.30, 0.35, 0.00, 0.50. Web safe color of #5a5380 is #666699. Color #5a5380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01010011 10000000
Octal 132 123 200
Decimal 90 83 128
Hex 5A 53 80

RGB Percentages of Color #5a5380

%29.90
%27.57
%42.52

CMYK Percentages of Color #5a5380

%30
%35
%0
%50

Triadic Colors of #5a5380

#5a5380 #805a53 #53805a

Analogous Colors of #5a5380

#5a5380 #715380 #536380

Monochromatic Colors of #5a5380

#5a5380

Complementary Color

#5a5380 #798053

#5a5380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a5380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a5380 Color CSS Codes

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

#5a5380 Text Font Color

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

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


#5a5380 Background Color

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

This div background color is #5a5380


#5a5380 Border Color

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

This div border color is #5a5380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a5380


Comments

No comments written yet.

Please login to write comment.