Color Hex Logo

#506cfc Color Hex

#506CFC
(80,108,252)
0 Favorites   0 Comments

Color spaces of #506cfc

RGB 80108252
HSL0.640.970.65
HSV230°68°99°
CMYK 0.680.570.00   0.01
XYZ26.241519.458994.4683
Yxy19.45890.18720.1388
Hunter Lab44.112228.9897-96.0936
CIE-Lab51.219835.8361-74.8570

#506cfc color RGB value is (80,108,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 11111100
Octal 120 154 374
Decimal 80 108 252
Hex 50 6C FC

RGB Percentages of Color #506cfc

%18.18
%24.55
%57.27

CMYK Percentages of Color #506cfc

%68
%57
%0
%1

Triadic Colors of #506cfc

#506cfc #fc506c #6cfc50

Analogous Colors of #506cfc

#506cfc #8a50fc #50c2fc

Monochromatic Colors of #506cfc

#506cfc

Complementary Color

#506cfc #fce050

#506cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cfc Color CSS Codes

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

#506cfc Text Font Color

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

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


#506cfc Background Color

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

This div background color is #506cfc


#506cfc Border Color

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

This div border color is #506cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.