Color Hex Logo

#507ddf Color Hex

#507DDF
(80,125,223)
0 Favorites   0 Comments

Color spaces of #507ddf

RGB 80125223
HSL0.610.690.59
HSV221°64°87°
CMYK 0.640.440.00   0.13
XYZ23.961221.700472.7377
Yxy21.70040.20240.1833
Hunter Lab46.583710.2934-59.9693
CIE-Lab53.707715.3950-54.6499

#507ddf color RGB value is (80,125,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111101 11011111
Octal 120 175 337
Decimal 80 125 223
Hex 50 7D DF

RGB Percentages of Color #507ddf

%18.69
%29.21
%52.10

CMYK Percentages of Color #507ddf

%64
%44
%0
%13

Triadic Colors of #507ddf

#507ddf #df507d #7ddf50

Analogous Colors of #507ddf

#507ddf #6b50df #50c5df

Monochromatic Colors of #507ddf

#507ddf

Complementary Color

#507ddf #dfb250

#507ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ddf Color CSS Codes

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

#507ddf Text Font Color

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

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


#507ddf Background Color

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

This div background color is #507ddf


#507ddf Border Color

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

This div border color is #507ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ddf


Comments

No comments written yet.

Please login to write comment.