Color Hex Logo

#508fcb Color Hex

#508FCB
(80,143,203)
0 Favorites   0 Comments

Color spaces of #508fcb

RGB 80143203
HSL0.580.540.55
HSV209°61°80°
CMYK 0.610.300.00   0.20
XYZ23.910225.662260.1930
Yxy25.66220.21780.2338
Hunter Lab50.6579-4.4004-34.9894
CIE-Lab57.7150-2.1023-37.0493

#508fcb color RGB value is (80,143,203).

#508fcb hex color red value is 80, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #508fcb hue: 0.58 , saturation: 0.54 and the lightness value of 508fcb is 0.55.

The process color (four color CMYK) of #508fcb color hex is 0.61, 0.30, 0.00, 0.20. Web safe color of #508fcb is #6699cc. Color #508fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 11001011
Octal 120 217 313
Decimal 80 143 203
Hex 50 8F CB

RGB Percentages of Color #508fcb

%18.78
%33.57
%47.65

CMYK Percentages of Color #508fcb

%61
%30
%0
%20

Triadic Colors of #508fcb

#508fcb #cb508f #8fcb50

Analogous Colors of #508fcb

#508fcb #5051cb #50cbca

Monochromatic Colors of #508fcb

#508fcb

Complementary Color

#508fcb #cb8c50

#508fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508fcb Color CSS Codes

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

#508fcb Text Font Color

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

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


#508fcb Background Color

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

This div background color is #508fcb


#508fcb Border Color

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

This div border color is #508fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508fcb


Comments

No comments written yet.

Please login to write comment.