Color Hex Logo

#506cda Color Hex

#506CDA
(80,108,218)
0 Favorites   0 Comments

Color spaces of #506cda

RGB 80108218
HSL0.630.650.58
HSV228°63°85°
CMYK 0.630.500.00   0.15
XYZ21.325717.492668.5821
Yxy17.49260.19860.1629
Hunter Lab41.824217.8230-67.9452
CIE-Lab48.874824.1932-59.5874

#506cda color RGB value is (80,108,218).

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

The process color (four color CMYK) of #506cda color hex is 0.63, 0.50, 0.00, 0.15. Web safe color of #506cda is #6666cc. Color #506cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 11011010
Octal 120 154 332
Decimal 80 108 218
Hex 50 6C DA

RGB Percentages of Color #506cda

%19.70
%26.60
%53.69

CMYK Percentages of Color #506cda

%63
%50
%0
%15

Triadic Colors of #506cda

#506cda #da506c #6cda50

Analogous Colors of #506cda

#506cda #7950da #50b1da

Monochromatic Colors of #506cda

#506cda

Complementary Color

#506cda #dabe50

#506cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cda Color CSS Codes

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

#506cda Text Font Color

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

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


#506cda Background Color

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

This div background color is #506cda


#506cda Border Color

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

This div border color is #506cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cda


Comments

No comments written yet.

Please login to write comment.