Color Hex Logo

#506cab Color Hex

#506CAB
(80,108,171)
0 Favorites   0 Comments

Color spaces of #506cab

RGB 80108171
HSL0.620.360.49
HSV222°53°67°
CMYK 0.530.370.00   0.33
XYZ16.021515.370940.6505
Yxy15.37090.22240.2134
Hunter Lab39.20574.3343-34.0309
CIE-Lab46.13818.3643-36.8774

#506cab color RGB value is (80,108,171).

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

The process color (four color CMYK) of #506cab color hex is 0.53, 0.37, 0.00, 0.33. Web safe color of #506cab is #666699. Color #506cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 10101011
Octal 120 154 253
Decimal 80 108 171
Hex 50 6C AB

RGB Percentages of Color #506cab

%22.28
%30.08
%47.63

CMYK Percentages of Color #506cab

%53
%37
%0
%33

Triadic Colors of #506cab

#506cab #ab506c #6cab50

Analogous Colors of #506cab

#506cab #6150ab #509aab

Monochromatic Colors of #506cab

#506cab

Complementary Color

#506cab #ab8f50

#506cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cab Color CSS Codes

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

#506cab Text Font Color

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

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


#506cab Background Color

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

This div background color is #506cab


#506cab Border Color

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

This div border color is #506cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cab


Comments

No comments written yet.

Please login to write comment.