Color Hex Logo

#5089cd Color Hex

#5089CD
(80,137,205)
0 Favorites   0 Comments

Color spaces of #5089cd

RGB 80137205
HSL0.590.560.56
HSV213°61°80°
CMYK 0.610.330.00   0.20
XYZ23.273424.004661.1643
Yxy24.00460.21460.2214
Hunter Lab48.9945-0.9491-39.7210
CIE-Lab56.09242.0644-40.7251

#5089cd color RGB value is (80,137,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001001 11001101
Octal 120 211 315
Decimal 80 137 205
Hex 50 89 CD

RGB Percentages of Color #5089cd

%18.96
%32.46
%48.58

CMYK Percentages of Color #5089cd

%61
%33
%0
%20

Triadic Colors of #5089cd

#5089cd #cd5089 #89cd50

Analogous Colors of #5089cd

#5089cd #5650cd #50c8cd

Monochromatic Colors of #5089cd

#5089cd

Complementary Color

#5089cd #cd9450

#5089cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5089cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5089cd Color CSS Codes

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

#5089cd Text Font Color

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

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


#5089cd Background Color

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

This div background color is #5089cd


#5089cd Border Color

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

This div border color is #5089cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5089cd


Comments

No comments written yet.

Please login to write comment.