Color Hex Logo

#506cdf Color Hex

#506CDF
(80,108,223)
0 Favorites   0 Comments

Color spaces of #506cdf

RGB 80108223
HSL0.630.690.59
HSV228°64°87°
CMYK 0.640.520.00   0.13
XYZ21.990117.758372.0807
Yxy17.75830.19660.1588
Hunter Lab42.140619.4001-71.9160
CIE-Lab49.201625.9075-61.8910

#506cdf color RGB value is (80,108,223).

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

The process color (four color CMYK) of #506cdf color hex is 0.64, 0.52, 0.00, 0.13. Web safe color of #506cdf is #6666cc. Color #506cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 11011111
Octal 120 154 337
Decimal 80 108 223
Hex 50 6C DF

RGB Percentages of Color #506cdf

%19.46
%26.28
%54.26

CMYK Percentages of Color #506cdf

%64
%52
%0
%13

Triadic Colors of #506cdf

#506cdf #df506c #6cdf50

Analogous Colors of #506cdf

#506cdf #7c50df #50b4df

Monochromatic Colors of #506cdf

#506cdf

Complementary Color

#506cdf #dfc350

#506cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cdf Color CSS Codes

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

#506cdf Text Font Color

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

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


#506cdf Background Color

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

This div background color is #506cdf


#506cdf Border Color

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

This div border color is #506cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cdf


Comments

No comments written yet.

Please login to write comment.