Color Hex Logo

#5a7bcd Color Hex

#5A7BCD
(90,123,205)
0 Favorites   0 Comments

Color spaces of #5a7bcd

RGB 90123205
HSL0.620.530.58
HSV223°56°80°
CMYK 0.560.400.00   0.20
XYZ22.318920.747460.5859
Yxy20.74740.21530.2002
Hunter Lab45.54937.7527-46.9781
CIE-Lab52.671912.4716-46.1006

#5a7bcd color RGB value is (90,123,205).

#5a7bcd hex color red value is 90, green value is 123 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5a7bcd hue: 0.62 , saturation: 0.53 and the lightness value of 5a7bcd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01111011 11001101
Octal 132 173 315
Decimal 90 123 205
Hex 5A 7B CD

RGB Percentages of Color #5a7bcd

%21.53
%29.43
%49.04

CMYK Percentages of Color #5a7bcd

%56
%40
%0
%20

Triadic Colors of #5a7bcd

#5a7bcd #cd5a7b #7bcd5a

Analogous Colors of #5a7bcd

#5a7bcd #735acd #5ab5cd

Monochromatic Colors of #5a7bcd

#5a7bcd

Complementary Color

#5a7bcd #cdac5a

#5a7bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a7bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a7bcd Color CSS Codes

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

#5a7bcd Text Font Color

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

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


#5a7bcd Background Color

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

This div background color is #5a7bcd


#5a7bcd Border Color

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

This div border color is #5a7bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a7bcd


Comments

No comments written yet.

Please login to write comment.