Color Hex Logo

#5083cd Color Hex

#5083CD
(80,131,205)
0 Favorites   0 Comments

Color spaces of #5083cd

RGB 80131205
HSL0.600.560.56
HSV216°61°80°
CMYK 0.610.360.00   0.20
XYZ22.444022.345960.8879
Yxy22.34590.21240.2115
Hunter Lab47.27152.0249-43.2784
CIE-Lab54.39215.6324-43.4077

#5083cd color RGB value is (80,131,205).

#5083cd hex color red value is 80, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5083cd hue: 0.60 , saturation: 0.56 and the lightness value of 5083cd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000011 11001101
Octal 120 203 315
Decimal 80 131 205
Hex 50 83 CD

RGB Percentages of Color #5083cd

%19.23
%31.49
%49.28

CMYK Percentages of Color #5083cd

%61
%36
%0
%20

Triadic Colors of #5083cd

#5083cd #cd5083 #83cd50

Analogous Colors of #5083cd

#5083cd #5c50cd #50c2cd

Monochromatic Colors of #5083cd

#5083cd

Complementary Color

#5083cd #cd9a50

#5083cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5083cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5083cd Color CSS Codes

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

#5083cd Text Font Color

<p style="color:#5083cd">Text here</p>

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


#5083cd Background Color

<div style="background-color:#5083cd">
Div content here</div>

This div background color is #5083cd


#5083cd Border Color

<div style="border:3px solid #5083cd">
Div here</div>

This div border color is #5083cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,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 #5083cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5083cd


Comments

No comments written yet.

Please login to write comment.