Color Hex Logo

#506fdd Color Hex

#506FDD
(80,111,221)
0 Favorites   0 Comments

Color spaces of #506fdd

RGB 80111221
HSL0.630.670.59
HSV227°64°87°
CMYK 0.640.500.00   0.13
XYZ22.043818.294870.7760
Yxy18.29480.19840.1646
Hunter Lab42.772417.1425-68.1671
CIE-Lab49.851723.3550-59.7120

#506fdd color RGB value is (80,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101111 11011101
Octal 120 157 335
Decimal 80 111 221
Hex 50 6F DD

RGB Percentages of Color #506fdd

%19.42
%26.94
%53.64

CMYK Percentages of Color #506fdd

%64
%50
%0
%13

Triadic Colors of #506fdd

#506fdd #dd506f #6fdd50

Analogous Colors of #506fdd

#506fdd #7850dd #50b6dd

Monochromatic Colors of #506fdd

#506fdd

Complementary Color

#506fdd #ddbe50

#506fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#506fdd Color CSS Codes

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

#506fdd Text Font Color

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

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


#506fdd Background Color

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

This div background color is #506fdd


#506fdd Border Color

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

This div border color is #506fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,111,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 #506fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506fdd


Comments

No comments written yet.

Please login to write comment.