Color Hex Logo

#506dcf Color Hex

#506DCF
(80,109,207)
0 Favorites   0 Comments

Color spaces of #506dcf

RGB 80109207
HSL0.630.570.56
HSV226°61°81°
CMYK 0.610.470.00   0.19
XYZ20.039417.147761.2851
Yxy17.14770.20350.1741
Hunter Lab41.409813.9142-58.7604
CIE-Lab48.445619.8075-54.0178

#506dcf color RGB value is (80,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101101 11001111
Octal 120 155 317
Decimal 80 109 207
Hex 50 6D CF

RGB Percentages of Color #506dcf

%20.20
%27.53
%52.27

CMYK Percentages of Color #506dcf

%61
%47
%0
%19

Triadic Colors of #506dcf

#506dcf #cf506d #6dcf50

Analogous Colors of #506dcf

#506dcf #7350cf #50adcf

Monochromatic Colors of #506dcf

#506dcf

Complementary Color

#506dcf #cfb250

#506dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#506dcf Color CSS Codes

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

#506dcf Text Font Color

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

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


#506dcf Background Color

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

This div background color is #506dcf


#506dcf Border Color

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

This div border color is #506dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506dcf


Comments

No comments written yet.

Please login to write comment.