Color Hex Logo

#507ddd Color Hex

#507DDD
(80,125,221)
0 Favorites   0 Comments

Color spaces of #507ddd

RGB 80125221
HSL0.610.670.59
HSV221°64°87°
CMYK 0.640.430.00   0.13
XYZ23.693021.593271.3258
Yxy21.59320.20320.1852
Hunter Lab46.46859.6924-58.4780
CIE-Lab53.592714.7077-53.7095

#507ddd color RGB value is (80,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111101 11011101
Octal 120 175 335
Decimal 80 125 221
Hex 50 7D DD

RGB Percentages of Color #507ddd

%18.78
%29.34
%51.88

CMYK Percentages of Color #507ddd

%64
%43
%0
%13

Triadic Colors of #507ddd

#507ddd #dd507d #7ddd50

Analogous Colors of #507ddd

#507ddd #6a50dd #50c4dd

Monochromatic Colors of #507ddd

#507ddd

Complementary Color

#507ddd #ddb050

#507ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ddd Color CSS Codes

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

#507ddd Text Font Color

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

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


#507ddd Background Color

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

This div background color is #507ddd


#507ddd Border Color

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

This div border color is #507ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ddd


Comments

No comments written yet.

Please login to write comment.