Color Hex Logo

#5093bc Color Hex

#5093BC
(80,147,188)
0 Favorites   0 Comments

Color spaces of #5093bc

RGB 80147188
HSL0.560.450.53
HSV203°57°74°
CMYK 0.570.220.00   0.26
XYZ22.819126.203851.4321
Yxy26.20380.22720.2609
Hunter Lab51.1896-10.0109-23.7381
CIE-Lab58.2300-9.1981-27.7768

#5093bc color RGB value is (80,147,188).

#5093bc hex color red value is 80, green value is 147 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5093bc hue: 0.56 , saturation: 0.45 and the lightness value of 5093bc is 0.53.

The process color (four color CMYK) of #5093bc color hex is 0.57, 0.22, 0.00, 0.26. Web safe color of #5093bc is #6699cc. Color #5093bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010011 10111100
Octal 120 223 274
Decimal 80 147 188
Hex 50 93 BC

RGB Percentages of Color #5093bc

%19.28
%35.42
%45.30

CMYK Percentages of Color #5093bc

%57
%22
%0
%26

Triadic Colors of #5093bc

#5093bc #bc5093 #93bc50

Analogous Colors of #5093bc

#5093bc #505dbc #50bcaf

Monochromatic Colors of #5093bc

#5093bc

Complementary Color

#5093bc #bc7950

#5093bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5093bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5093bc Color CSS Codes

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

#5093bc Text Font Color

<p style="color:#5093bc">Text here</p>

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


#5093bc Background Color

<div style="background-color:#5093bc">
Div content here</div>

This div background color is #5093bc


#5093bc Border Color

<div style="border:3px solid #5093bc">
Div here</div>

This div border color is #5093bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,147,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5093bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5093bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5093bc;
  box-shadow:         1px 1px 3px 2px #5093bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5093bc


Comments

No comments written yet.

Please login to write comment.