Color Hex Logo

#508dfc Color Hex

#508DFC
(80,141,252)
0 Favorites   0 Comments

Color spaces of #508dfc

RGB 80141252
HSL0.610.970.65
HSV219°68°99°
CMYK 0.680.440.00   0.01
XYZ30.403827.783595.8558
Yxy27.78350.19740.1804
Hunter Lab52.710110.7184-70.9247
CIE-Lab59.692615.6917-61.1781

#508dfc color RGB value is (80,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001101 11111100
Octal 120 215 374
Decimal 80 141 252
Hex 50 8D FC

RGB Percentages of Color #508dfc

%16.91
%29.81
%53.28

CMYK Percentages of Color #508dfc

%68
%44
%0
%1

Triadic Colors of #508dfc

#508dfc #fc508d #8dfc50

Analogous Colors of #508dfc

#508dfc #6950fc #50e3fc

Monochromatic Colors of #508dfc

#508dfc

Complementary Color

#508dfc #fcbf50

#508dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508dfc Color CSS Codes

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

#508dfc Text Font Color

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

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


#508dfc Background Color

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

This div background color is #508dfc


#508dfc Border Color

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

This div border color is #508dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.