Color Hex Logo

#507fdf Color Hex

#507FDF
(80,127,223)
0 Favorites   0 Comments

Color spaces of #507fdf

RGB 80127223
HSL0.610.690.59
HSV220°64°87°
CMYK 0.640.430.00   0.13
XYZ24.216922.211972.8230
Yxy22.21190.20310.1863
Hunter Lab47.12959.2433-58.6224
CIE-Lab54.251114.1721-53.7813

#507fdf color RGB value is (80,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111111 11011111
Octal 120 177 337
Decimal 80 127 223
Hex 50 7F DF

RGB Percentages of Color #507fdf

%18.60
%29.53
%51.86

CMYK Percentages of Color #507fdf

%64
%43
%0
%13

Triadic Colors of #507fdf

#507fdf #df507f #7fdf50

Analogous Colors of #507fdf

#507fdf #6950df #50c7df

Monochromatic Colors of #507fdf

#507fdf

Complementary Color

#507fdf #dfb050

#507fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#507fdf Color CSS Codes

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

#507fdf Text Font Color

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

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


#507fdf Background Color

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

This div background color is #507fdf


#507fdf Border Color

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

This div border color is #507fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507fdf


Comments

No comments written yet.

Please login to write comment.