Color Hex Logo

#508afc Color Hex

#508AFC
(80,138,252)
0 Favorites   0 Comments

Color spaces of #508afc

RGB 80138252
HSL0.610.970.65
HSV220°68°99°
CMYK 0.680.450.00   0.01
XYZ29.967426.910795.7103
Yxy26.91070.19640.1764
Hunter Lab51.875512.3335-73.0771
CIE-Lab58.891617.5006-62.4622

#508afc color RGB value is (80,138,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 11111100
Octal 120 212 374
Decimal 80 138 252
Hex 50 8A FC

RGB Percentages of Color #508afc

%17.02
%29.36
%53.62

CMYK Percentages of Color #508afc

%68
%45
%0
%1

Triadic Colors of #508afc

#508afc #fc508a #8afc50

Analogous Colors of #508afc

#508afc #6c50fc #50e0fc

Monochromatic Colors of #508afc

#508afc

Complementary Color

#508afc #fcc250

#508afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508afc Color CSS Codes

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

#508afc Text Font Color

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

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


#508afc Background Color

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

This div background color is #508afc


#508afc Border Color

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

This div border color is #508afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508afc

Related Colors


Comments

No comments written yet.

Please login to write comment.