Color Hex Logo

#506efd Color Hex

#506EFD
(80,110,253)
0 Favorites   0 Comments

Color spaces of #506efd

RGB 80110253
HSL0.640.980.65
HSV230°68°99°
CMYK 0.680.570.00   0.01
XYZ26.613819.949295.3764
Yxy19.94920.18750.1405
Hunter Lab44.664528.1981-95.3424
CIE-Lab51.779734.9553-74.5009

#506efd color RGB value is (80,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101110 11111101
Octal 120 156 375
Decimal 80 110 253
Hex 50 6E FD

RGB Percentages of Color #506efd

%18.06
%24.83
%57.11

CMYK Percentages of Color #506efd

%68
%57
%0
%1

Triadic Colors of #506efd

#506efd #fd506e #6efd50

Analogous Colors of #506efd

#506efd #8950fd #50c5fd

Monochromatic Colors of #506efd

#506efd

Complementary Color

#506efd #fddf50

#506efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#506efd Color CSS Codes

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

#506efd Text Font Color

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

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


#506efd Background Color

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

This div background color is #506efd


#506efd Border Color

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

This div border color is #506efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506efd

Related Colors


Comments

No comments written yet.

Please login to write comment.