Color Hex Logo

#5072be Color Hex

#5072BE
(80,114,190)
0 Favorites   0 Comments

Color spaces of #5072be

RGB 80114190
HSL0.620.460.53
HSV221°58°75°
CMYK 0.580.400.00   0.25
XYZ18.619817.457851.1035
Yxy17.45780.21360.2002
Hunter Lab41.78256.4266-43.2688
CIE-Lab48.831810.9431-43.6482

#5072be color RGB value is (80,114,190).

#5072be hex color red value is 80, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5072be hue: 0.62 , saturation: 0.46 and the lightness value of 5072be is 0.53.

The process color (four color CMYK) of #5072be color hex is 0.58, 0.40, 0.00, 0.25. Web safe color of #5072be is #6666cc. Color #5072be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110010 10111110
Octal 120 162 276
Decimal 80 114 190
Hex 50 72 BE

RGB Percentages of Color #5072be

%20.83
%29.69
%49.48

CMYK Percentages of Color #5072be

%58
%40
%0
%25

Triadic Colors of #5072be

#5072be #be5072 #72be50

Analogous Colors of #5072be

#5072be #6550be #50a9be

Monochromatic Colors of #5072be

#5072be

Complementary Color

#5072be #be9c50

#5072be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5072be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5072be Color CSS Codes

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

#5072be Text Font Color

<p style="color:#5072be">Text here</p>

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


#5072be Background Color

<div style="background-color:#5072be">
Div content here</div>

This div background color is #5072be


#5072be Border Color

<div style="border:3px solid #5072be">
Div here</div>

This div border color is #5072be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,114,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5072be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5072be;
  -webkit-box-shadow: 1px 1px 3px 2px #5072be;
  box-shadow:         1px 1px 3px 2px #5072be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5072be

#5072be Color Palettes


Comments

No comments written yet.

Please login to write comment.