Color Hex Logo

#5a7bdf Color Hex

#5A7BDF
(90,123,223)
0 Favorites   0 Comments

Color spaces of #5a7bdf

RGB 90123223
HSL0.630.680.61
HSV225°60°87°
CMYK 0.600.450.00   0.13
XYZ24.618721.667372.6967
Yxy21.66730.20690.1821
Hunter Lab46.548112.9470-60.0126
CIE-Lab53.672218.4109-54.6782

#5a7bdf color RGB value is (90,123,223).

#5a7bdf hex color red value is 90, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5a7bdf hue: 0.63 , saturation: 0.68 and the lightness value of 5a7bdf is 0.61.

The process color (four color CMYK) of #5a7bdf color hex is 0.60, 0.45, 0.00, 0.13. Web safe color of #5a7bdf is #6666cc. Color #5a7bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01111011 11011111
Octal 132 173 337
Decimal 90 123 223
Hex 5A 7B DF

RGB Percentages of Color #5a7bdf

%20.64
%28.21
%51.15

CMYK Percentages of Color #5a7bdf

%60
%45
%0
%13

Triadic Colors of #5a7bdf

#5a7bdf #df5a7b #7bdf5a

Analogous Colors of #5a7bdf

#5a7bdf #7c5adf #5abedf

Monochromatic Colors of #5a7bdf

#5a7bdf

Complementary Color

#5a7bdf #dfbe5a

#5a7bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a7bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a7bdf Color CSS Codes

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

#5a7bdf Text Font Color

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

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


#5a7bdf Background Color

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

This div background color is #5a7bdf


#5a7bdf Border Color

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

This div border color is #5a7bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a7bdf


Comments

No comments written yet.

Please login to write comment.