Color Hex Logo

#5073cb Color Hex

#5073CB
(80,115,203)
0 Favorites   0 Comments

Color spaces of #5073cb

RGB 80115203
HSL0.620.540.55
HSV223°61°80°
CMYK 0.610.430.00   0.20
XYZ20.218518.278758.9624
Yxy18.27870.20750.1876
Hunter Lab42.75369.5952-51.8406
CIE-Lab49.832414.7138-49.5136

#5073cb color RGB value is (80,115,203).

#5073cb hex color red value is 80, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5073cb hue: 0.62 , saturation: 0.54 and the lightness value of 5073cb is 0.55.

The process color (four color CMYK) of #5073cb color hex is 0.61, 0.43, 0.00, 0.20. Web safe color of #5073cb is #6666cc. Color #5073cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110011 11001011
Octal 120 163 313
Decimal 80 115 203
Hex 50 73 CB

RGB Percentages of Color #5073cb

%20.10
%28.89
%51.01

CMYK Percentages of Color #5073cb

%61
%43
%0
%20

Triadic Colors of #5073cb

#5073cb #cb5073 #73cb50

Analogous Colors of #5073cb

#5073cb #6b50cb #50b1cb

Monochromatic Colors of #5073cb

#5073cb

Complementary Color

#5073cb #cba850

#5073cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5073cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5073cb Color CSS Codes

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

#5073cb Text Font Color

<p style="color:#5073cb">Text here</p>

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


#5073cb Background Color

<div style="background-color:#5073cb">
Div content here</div>

This div background color is #5073cb


#5073cb Border Color

<div style="border:3px solid #5073cb">
Div here</div>

This div border color is #5073cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,115,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5073cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5073cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5073cb;
  box-shadow:         1px 1px 3px 2px #5073cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,115,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5073cb


Comments

No comments written yet.

Please login to write comment.