Color Hex Logo

#508cfc Color Hex

#508CFC
(80,140,252)
0 Favorites   0 Comments

Color spaces of #508cfc

RGB 80140252
HSL0.610.970.65
HSV219°68°99°
CMYK 0.680.440.00   0.01
XYZ30.257027.489995.8068
Yxy27.48990.19700.1790
Hunter Lab52.430811.2556-71.6390
CIE-Lab59.425116.2938-61.6067

#508cfc color RGB value is (80,140,252).

#508cfc hex color red value is 80, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #508cfc hue: 0.61 , saturation: 0.97 and the lightness value of 508cfc is 0.65.

The process color (four color CMYK) of #508cfc color hex is 0.68, 0.44, 0.00, 0.01. Web safe color of #508cfc is #6699ff. Color #508cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001100 11111100
Octal 120 214 374
Decimal 80 140 252
Hex 50 8C FC

RGB Percentages of Color #508cfc

%16.95
%29.66
%53.39

CMYK Percentages of Color #508cfc

%68
%44
%0
%1

Triadic Colors of #508cfc

#508cfc #fc508c #8cfc50

Analogous Colors of #508cfc

#508cfc #6a50fc #50e2fc

Monochromatic Colors of #508cfc

#508cfc

Complementary Color

#508cfc #fcc050

#508cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508cfc Color CSS Codes

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

#508cfc Text Font Color

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

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


#508cfc Background Color

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

This div background color is #508cfc


#508cfc Border Color

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

This div border color is #508cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508cfc


Comments

No comments written yet.

Please login to write comment.