Color Hex Logo

#506ddd Color Hex

#506DDD
(80,109,221)
0 Favorites   0 Comments

Color spaces of #506ddd

RGB 80109221
HSL0.630.670.59
HSV228°64°87°
CMYK 0.640.510.00   0.13
XYZ21.828017.863270.7041
Yxy17.86320.19770.1618
Hunter Lab42.264918.2241-69.5997
CIE-Lab49.329824.5991-60.5533

#506ddd color RGB value is (80,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101101 11011101
Octal 120 155 335
Decimal 80 109 221
Hex 50 6D DD

RGB Percentages of Color #506ddd

%19.51
%26.59
%53.90

CMYK Percentages of Color #506ddd

%64
%51
%0
%13

Triadic Colors of #506ddd

#506ddd #dd506d #6ddd50

Analogous Colors of #506ddd

#506ddd #7a50dd #50b4dd

Monochromatic Colors of #506ddd

#506ddd

Complementary Color

#506ddd #ddc050

#506ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#506ddd Color CSS Codes

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

#506ddd Text Font Color

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

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


#506ddd Background Color

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

This div background color is #506ddd


#506ddd Border Color

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

This div border color is #506ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506ddd


Comments

No comments written yet.

Please login to write comment.