Color Hex Logo

#5a57bd Color Hex

#5A57BD
(90,87,189)
0 Favorites   0 Comments

Color spaces of #5a57bd

RGB 9087189
HSL0.670.440.54
HSV242°54°74°
CMYK 0.520.540.00   0.26
XYZ16.810012.664249.7026
Yxy12.66420.21230.1599
Hunter Lab35.586822.0405-57.8971
CIE-Lab42.252929.5696-53.5578

#5a57bd color RGB value is (90,87,189).

#5a57bd hex color red value is 90, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5a57bd hue: 0.67 , saturation: 0.44 and the lightness value of 5a57bd is 0.54.

The process color (four color CMYK) of #5a57bd color hex is 0.52, 0.54, 0.00, 0.26. Web safe color of #5a57bd is #6666cc. Color #5a57bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01010111 10111101
Octal 132 127 275
Decimal 90 87 189
Hex 5A 57 BD

RGB Percentages of Color #5a57bd

%24.59
%23.77
%51.64

CMYK Percentages of Color #5a57bd

%52
%54
%0
%26

Triadic Colors of #5a57bd

#5a57bd #bd5a57 #57bd5a

Analogous Colors of #5a57bd

#5a57bd #8d57bd #5787bd

Monochromatic Colors of #5a57bd

#5a57bd

Complementary Color

#5a57bd #babd57

#5a57bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a57bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a57bd Color CSS Codes

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

#5a57bd Text Font Color

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

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


#5a57bd Background Color

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

This div background color is #5a57bd


#5a57bd Border Color

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

This div border color is #5a57bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a57bd


Comments

No comments written yet.

Please login to write comment.