Color Hex Logo

#506dec Color Hex

#506DEC
(80,109,236)
0 Favorites   0 Comments

Color spaces of #506dec

RGB 80109236
HSL0.640.800.62
HSV229°66°93°
CMYK 0.660.540.00   0.07
XYZ23.917218.698981.7056
Yxy18.69890.19240.1504
Hunter Lab43.242223.0541-81.7581
CIE-Lab50.333129.7473-67.3769

#506dec color RGB value is (80,109,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101101 11101100
Octal 120 155 354
Decimal 80 109 236
Hex 50 6D EC

RGB Percentages of Color #506dec

%18.82
%25.65
%55.53

CMYK Percentages of Color #506dec

%66
%54
%0
%7

Triadic Colors of #506dec

#506dec #ec506d #6dec50

Analogous Colors of #506dec

#506dec #8150ec #50bbec

Monochromatic Colors of #506dec

#506dec

Complementary Color

#506dec #eccf50

#506dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#506dec Color CSS Codes

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

#506dec Text Font Color

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

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


#506dec Background Color

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

This div background color is #506dec


#506dec Border Color

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

This div border color is #506dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506dec


Comments

No comments written yet.

Please login to write comment.