Color Hex Logo

#506cee Color Hex

#506CEE
(80,108,238)
0 Favorites   0 Comments

Color spaces of #506cee

RGB 80108238
HSL0.640.820.62
HSV229°66°93°
CMYK 0.660.550.00   0.07
XYZ24.103418.603683.2094
Yxy18.60360.19140.1477
Hunter Lab43.131924.2704-84.1891
CIE-Lab50.220231.0509-68.6797

#506cee color RGB value is (80,108,238).

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

The process color (four color CMYK) of #506cee color hex is 0.66, 0.55, 0.00, 0.07. Web safe color of #506cee is #6666ff. Color #506cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 11101110
Octal 120 154 356
Decimal 80 108 238
Hex 50 6C EE

RGB Percentages of Color #506cee

%18.78
%25.35
%55.87

CMYK Percentages of Color #506cee

%66
%55
%0
%7

Triadic Colors of #506cee

#506cee #ee506c #6cee50

Analogous Colors of #506cee

#506cee #8350ee #50bbee

Monochromatic Colors of #506cee

#506cee

Complementary Color

#506cee #eed250

#506cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cee Color CSS Codes

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

#506cee Text Font Color

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

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


#506cee Background Color

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

This div background color is #506cee


#506cee Border Color

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

This div border color is #506cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cee


Comments

No comments written yet.

Please login to write comment.