Color Hex Logo

#5a7dbe Color Hex

#5A7DBE
(90,125,190)
0 Favorites   0 Comments

Color spaces of #5a7dbe

RGB 90125190
HSL0.610.430.55
HSV219°53°75°
CMYK 0.530.340.00   0.25
XYZ20.844320.558651.5848
Yxy20.55860.22420.2211
Hunter Lab45.34162.7117-35.7147
CIE-Lab52.46306.4234-37.8739

#5a7dbe color RGB value is (90,125,190).

#5a7dbe hex color red value is 90, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5a7dbe hue: 0.61 , saturation: 0.43 and the lightness value of 5a7dbe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01111101 10111110
Octal 132 175 276
Decimal 90 125 190
Hex 5A 7D BE

RGB Percentages of Color #5a7dbe

%22.22
%30.86
%46.91

CMYK Percentages of Color #5a7dbe

%53
%34
%0
%25

Triadic Colors of #5a7dbe

#5a7dbe #be5a7d #7dbe5a

Analogous Colors of #5a7dbe

#5a7dbe #695abe #5aafbe

Monochromatic Colors of #5a7dbe

#5a7dbe

Complementary Color

#5a7dbe #be9b5a

#5a7dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a7dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a7dbe Color CSS Codes

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

#5a7dbe Text Font Color

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

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


#5a7dbe Background Color

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

This div background color is #5a7dbe


#5a7dbe Border Color

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

This div border color is #5a7dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a7dbe


Comments

No comments written yet.

Please login to write comment.