Color Hex Logo

#5a4dbe Color Hex

#5A4DBE
(90,77,190)
0 Favorites   0 Comments

Color spaces of #5a4dbe

RGB 9077190
HSL0.690.470.52
HSV247°59°75°
CMYK 0.530.590.00   0.25
XYZ16.164611.199150.0249
Yxy11.19910.20890.1447
Hunter Lab33.465127.6569-65.2035
CIE-Lab39.913836.0129-57.9228

#5a4dbe color RGB value is (90,77,190).

#5a4dbe hex color red value is 90, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5a4dbe hue: 0.69 , saturation: 0.47 and the lightness value of 5a4dbe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01001101 10111110
Octal 132 115 276
Decimal 90 77 190
Hex 5A 4D BE

RGB Percentages of Color #5a4dbe

%25.21
%21.57
%53.22

CMYK Percentages of Color #5a4dbe

%53
%59
%0
%25

Triadic Colors of #5a4dbe

#5a4dbe #be5a4d #4dbe5a

Analogous Colors of #5a4dbe

#5a4dbe #934dbe #4d79be

Monochromatic Colors of #5a4dbe

#5a4dbe

Complementary Color

#5a4dbe #b1be4d

#5a4dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a4dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a4dbe Color CSS Codes

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

#5a4dbe Text Font Color

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

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


#5a4dbe Background Color

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

This div background color is #5a4dbe


#5a4dbe Border Color

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

This div border color is #5a4dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,77,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 #5a4dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a4dbe


Comments

No comments written yet.

Please login to write comment.