Color Hex Logo

#507dcf Color Hex

#507DCF
(80,125,207)
0 Favorites   0 Comments

Color spaces of #507dcf

RGB 80125207
HSL0.610.570.56
HSV219°61°81°
CMYK 0.610.400.00   0.19
XYZ21.904420.877761.9068
Yxy20.87770.20920.1994
Hunter Lab45.69215.6101-48.3456
CIE-Lab52.81549.9317-47.0402

#507dcf color RGB value is (80,125,207).

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

The process color (four color CMYK) of #507dcf color hex is 0.61, 0.40, 0.00, 0.19. Web safe color of #507dcf is #6666cc. Color #507dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111101 11001111
Octal 120 175 317
Decimal 80 125 207
Hex 50 7D CF

RGB Percentages of Color #507dcf

%19.42
%30.34
%50.24

CMYK Percentages of Color #507dcf

%61
%40
%0
%19

Triadic Colors of #507dcf

#507dcf #cf507d #7dcf50

Analogous Colors of #507dcf

#507dcf #6350cf #50bdcf

Monochromatic Colors of #507dcf

#507dcf

Complementary Color

#507dcf #cfa250

#507dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#507dcf Color CSS Codes

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

#507dcf Text Font Color

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

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


#507dcf Background Color

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

This div background color is #507dcf


#507dcf Border Color

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

This div border color is #507dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,125,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #507dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507dcf


Comments

No comments written yet.

Please login to write comment.