Color Hex Logo

#5073df Color Hex

#5073DF
(80,115,223)
0 Favorites   0 Comments

Color spaces of #5073df

RGB 80115223
HSL0.630.690.59
HSV225°64°87°
CMYK 0.640.480.00   0.13
XYZ22.758319.294772.3368
Yxy19.29470.19900.1687
Hunter Lab43.925715.6124-66.8906
CIE-Lab51.030221.5591-58.9444

#5073df color RGB value is (80,115,223).

#5073df hex color red value is 80, green value is 115 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5073df hue: 0.63 , saturation: 0.69 and the lightness value of 5073df is 0.59.

The process color (four color CMYK) of #5073df color hex is 0.64, 0.48, 0.00, 0.13. Web safe color of #5073df is #6666cc. Color #5073df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110011 11011111
Octal 120 163 337
Decimal 80 115 223
Hex 50 73 DF

RGB Percentages of Color #5073df

%19.14
%27.51
%53.35

CMYK Percentages of Color #5073df

%64
%48
%0
%13

Triadic Colors of #5073df

#5073df #df5073 #73df50

Analogous Colors of #5073df

#5073df #7550df #50bbdf

Monochromatic Colors of #5073df

#5073df

Complementary Color

#5073df #dfbc50

#5073df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5073df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5073df Color CSS Codes

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

#5073df Text Font Color

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

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


#5073df Background Color

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

This div background color is #5073df


#5073df Border Color

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

This div border color is #5073df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5073df


Comments

No comments written yet.

Please login to write comment.