Color Hex Logo

#5a83cd Color Hex

#5A83CD
(90,131,205)
0 Favorites   0 Comments

Color spaces of #5a83cd

RGB 90131205
HSL0.610.530.58
HSV219°56°80°
CMYK 0.560.360.00   0.20
XYZ23.352222.814060.9304
Yxy22.81400.21800.2130
Hunter Lab47.76403.6831-42.1988
CIE-Lab54.88027.6419-42.6044

#5a83cd color RGB value is (90,131,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10000011 11001101
Octal 132 203 315
Decimal 90 131 205
Hex 5A 83 CD

RGB Percentages of Color #5a83cd

%21.13
%30.75
%48.12

CMYK Percentages of Color #5a83cd

%56
%36
%0
%20

Triadic Colors of #5a83cd

#5a83cd #cd5a83 #83cd5a

Analogous Colors of #5a83cd

#5a83cd #6b5acd #5abdcd

Monochromatic Colors of #5a83cd

#5a83cd

Complementary Color

#5a83cd #cda45a

#5a83cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a83cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a83cd Color CSS Codes

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

#5a83cd Text Font Color

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

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


#5a83cd Background Color

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

This div background color is #5a83cd


#5a83cd Border Color

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

This div border color is #5a83cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a83cd


Comments

No comments written yet.

Please login to write comment.