Color Hex Logo

#5092bc Color Hex

#5092BC
(80,146,188)
0 Favorites   0 Comments

Color spaces of #5092bc

RGB 80146188
HSL0.560.450.53
HSV203°57°74°
CMYK 0.570.220.00   0.26
XYZ22.664325.894151.3805
Yxy25.89410.22680.2591
Hunter Lab50.8862-9.5486-24.2455
CIE-Lab57.9364-8.6369-28.2309

#5092bc color RGB value is (80,146,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010010 10111100
Octal 120 222 274
Decimal 80 146 188
Hex 50 92 BC

RGB Percentages of Color #5092bc

%19.32
%35.27
%45.41

CMYK Percentages of Color #5092bc

%57
%22
%0
%26

Triadic Colors of #5092bc

#5092bc #bc5092 #92bc50

Analogous Colors of #5092bc

#5092bc #505cbc #50bcb0

Monochromatic Colors of #5092bc

#5092bc

Complementary Color

#5092bc #bc7a50

#5092bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5092bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5092bc Color CSS Codes

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

#5092bc Text Font Color

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

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


#5092bc Background Color

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

This div background color is #5092bc


#5092bc Border Color

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

This div border color is #5092bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5092bc


Comments

No comments written yet.

Please login to write comment.