Color Hex Logo

#5a61db Color Hex

#5A61DB
(90,97,219)
0 Favorites   0 Comments

Color spaces of #5a61db

RGB 9097219
HSL0.660.640.61
HSV237°59°86°
CMYK 0.590.560.00   0.14
XYZ21.277315.837568.9533
Yxy15.83750.20060.1493
Hunter Lab39.796425.7922-74.8716
CIE-Lab46.760633.0763-63.5414

#5a61db color RGB value is (90,97,219).

#5a61db hex color red value is 90, green value is 97 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5a61db hue: 0.66 , saturation: 0.64 and the lightness value of 5a61db is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100001 11011011
Octal 132 141 333
Decimal 90 97 219
Hex 5A 61 DB

RGB Percentages of Color #5a61db

%22.17
%23.89
%53.94

CMYK Percentages of Color #5a61db

%59
%56
%0
%14

Triadic Colors of #5a61db

#5a61db #db5a61 #61db5a

Analogous Colors of #5a61db

#5a61db #945adb #5aa2db

Monochromatic Colors of #5a61db

#5a61db

Complementary Color

#5a61db #dbd45a

#5a61db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a61db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a61db Color CSS Codes

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

#5a61db Text Font Color

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

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


#5a61db Background Color

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

This div background color is #5a61db


#5a61db Border Color

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

This div border color is #5a61db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a61db


Comments

No comments written yet.

Please login to write comment.