Color Hex Logo

#506cdd Color Hex

#506CDD
(80,108,221)
0 Favorites   0 Comments

Color spaces of #506cdd

RGB 80108221
HSL0.630.670.59
HSV228°64°87°
CMYK 0.640.510.00   0.13
XYZ21.722017.651170.6687
Yxy17.65110.19740.1604
Hunter Lab42.013218.7663-70.3200
CIE-Lab49.070225.2216-60.9720

#506cdd color RGB value is (80,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 11011101
Octal 120 154 335
Decimal 80 108 221
Hex 50 6C DD

RGB Percentages of Color #506cdd

%19.56
%26.41
%54.03

CMYK Percentages of Color #506cdd

%64
%51
%0
%13

Triadic Colors of #506cdd

#506cdd #dd506c #6cdd50

Analogous Colors of #506cdd

#506cdd #7b50dd #50b3dd

Monochromatic Colors of #506cdd

#506cdd

Complementary Color

#506cdd #ddc150

#506cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cdd Color CSS Codes

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

#506cdd Text Font Color

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

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


#506cdd Background Color

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

This div background color is #506cdd


#506cdd Border Color

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

This div border color is #506cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cdd


Comments

No comments written yet.

Please login to write comment.