Color Hex Logo

#506cbd Color Hex

#506CBD
(80,108,189)
0 Favorites   0 Comments

Color spaces of #506cbd

RGB 80108189
HSL0.620.450.53
HSV225°58°74°
CMYK 0.580.430.00   0.26
XYZ17.856116.104750.3115
Yxy16.10470.21190.1911
Hunter Lab40.13079.1947-46.2400
CIE-Lab47.111614.3321-45.8070

#506cbd color RGB value is (80,108,189).

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

The process color (four color CMYK) of #506cbd color hex is 0.58, 0.43, 0.00, 0.26. Web safe color of #506cbd is #6666cc. Color #506cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 10111101
Octal 120 154 275
Decimal 80 108 189
Hex 50 6C BD

RGB Percentages of Color #506cbd

%21.22
%28.65
%50.13

CMYK Percentages of Color #506cbd

%58
%43
%0
%26

Triadic Colors of #506cbd

#506cbd #bd506c #6cbd50

Analogous Colors of #506cbd

#506cbd #6b50bd #50a3bd

Monochromatic Colors of #506cbd

#506cbd

Complementary Color

#506cbd #bda150

#506cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cbd Color CSS Codes

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

#506cbd Text Font Color

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

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


#506cbd Background Color

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

This div background color is #506cbd


#506cbd Border Color

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

This div border color is #506cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cbd


Comments

No comments written yet.

Please login to write comment.