Color Hex Logo

#508fbc Color Hex

#508FBC
(80,143,188)
0 Favorites   0 Comments

Color spaces of #508fbc

RGB 80143188
HSL0.570.450.53
HSV205°57°74°
CMYK 0.570.240.00   0.26
XYZ22.207824.981251.2283
Yxy24.98120.22560.2538
Hunter Lab49.9812-8.1554-25.7825
CIE-Lab57.0571-6.9427-29.5930

#508fbc color RGB value is (80,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 10111100
Octal 120 217 274
Decimal 80 143 188
Hex 50 8F BC

RGB Percentages of Color #508fbc

%19.46
%34.79
%45.74

CMYK Percentages of Color #508fbc

%57
%24
%0
%26

Triadic Colors of #508fbc

#508fbc #bc508f #8fbc50

Analogous Colors of #508fbc

#508fbc #5059bc #50bcb3

Monochromatic Colors of #508fbc

#508fbc

Complementary Color

#508fbc #bc7d50

#508fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508fbc Color CSS Codes

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

#508fbc Text Font Color

<p style="color:#508fbc">Text here</p>

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


#508fbc Background Color

<div style="background-color:#508fbc">
Div content here</div>

This div background color is #508fbc


#508fbc Border Color

<div style="border:3px solid #508fbc">
Div here</div>

This div border color is #508fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508fbc


Comments

No comments written yet.

Please login to write comment.