Color Hex Logo

#506ccd Color Hex

#506CCD
(80,108,205)
0 Favorites   0 Comments

Color spaces of #506ccd

RGB 80108205
HSL0.630.560.56
HSV227°61°80°
CMYK 0.610.470.00   0.20
XYZ19.690316.838459.9699
Yxy16.83840.20400.1745
Hunter Lab41.034613.8419-57.9249
CIE-Lab48.055819.7496-53.5001

#506ccd color RGB value is (80,108,205).

#506ccd hex color red value is 80, green value is 108 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #506ccd hue: 0.63 , saturation: 0.56 and the lightness value of 506ccd is 0.56.

The process color (four color CMYK) of #506ccd color hex is 0.61, 0.47, 0.00, 0.20. Web safe color of #506ccd is #6666cc. Color #506ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 11001101
Octal 120 154 315
Decimal 80 108 205
Hex 50 6C CD

RGB Percentages of Color #506ccd

%20.36
%27.48
%52.16

CMYK Percentages of Color #506ccd

%61
%47
%0
%20

Triadic Colors of #506ccd

#506ccd #cd506c #6ccd50

Analogous Colors of #506ccd

#506ccd #7350cd #50abcd

Monochromatic Colors of #506ccd

#506ccd

Complementary Color

#506ccd #cdb150

#506ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#506ccd Color CSS Codes

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

#506ccd Text Font Color

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

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


#506ccd Background Color

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

This div background color is #506ccd


#506ccd Border Color

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

This div border color is #506ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506ccd


Comments

No comments written yet.

Please login to write comment.