Color Hex Logo

#5a40db Color Hex

#5A40DB
(90,64,219)
0 Favorites   0 Comments

Color spaces of #5a40db

RGB 9064219
HSL0.690.680.55
HSV250°71°86°
CMYK 0.590.710.00   0.14
XYZ18.836010.954968.1396
Yxy10.95490.19230.1119
Hunter Lab33.098243.6616-98.8922
CIE-Lab39.504452.2668-75.3738

#5a40db color RGB value is (90,64,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000000 11011011
Octal 132 100 333
Decimal 90 64 219
Hex 5A 40 DB

RGB Percentages of Color #5a40db

%24.13
%17.16
%58.71

CMYK Percentages of Color #5a40db

%59
%71
%0
%14

Triadic Colors of #5a40db

#5a40db #db5a40 #40db5a

Analogous Colors of #5a40db

#5a40db #a840db #4074db

Monochromatic Colors of #5a40db

#5a40db

Complementary Color

#5a40db #c1db40

#5a40db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a40db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a40db Color CSS Codes

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

#5a40db Text Font Color

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

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


#5a40db Background Color

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

This div background color is #5a40db


#5a40db Border Color

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

This div border color is #5a40db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a40db


Comments

No comments written yet.

Please login to write comment.