Color Hex Logo

#506cad Color Hex

#506CAD
(80,108,173)
0 Favorites   0 Comments

Color spaces of #506cad

RGB 80108173
HSL0.620.370.50
HSV222°54°68°
CMYK 0.540.380.00   0.32
XYZ16.213715.447741.6623
Yxy15.44770.22110.2107
Hunter Lab39.30364.8545-35.3357
CIE-Lab46.24149.0190-37.8843

#506cad color RGB value is (80,108,173).

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

The process color (four color CMYK) of #506cad color hex is 0.54, 0.38, 0.00, 0.32. Web safe color of #506cad is #666699. Color #506cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 10101101
Octal 120 154 255
Decimal 80 108 173
Hex 50 6C AD

RGB Percentages of Color #506cad

%22.16
%29.92
%47.92

CMYK Percentages of Color #506cad

%54
%38
%0
%32

Triadic Colors of #506cad

#506cad #ad506c #6cad50

Analogous Colors of #506cad

#506cad #6250ad #509bad

Monochromatic Colors of #506cad

#506cad

Complementary Color

#506cad #ad9150

#506cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cad Color CSS Codes

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

#506cad Text Font Color

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

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


#506cad Background Color

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

This div background color is #506cad


#506cad Border Color

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

This div border color is #506cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cad


Comments

No comments written yet.

Please login to write comment.