Color Hex Logo

#507eaf Color Hex

#507EAF
(80,126,175)
0 Favorites   0 Comments

Color spaces of #507eaf

RGB 80126175
HSL0.590.370.50
HSV211°54°69°
CMYK 0.540.280.00   0.31
XYZ18.507019.722343.3888
Yxy19.72230.22680.2416
Hunter Lab44.4098-3.3304-26.8400
CIE-Lab51.5218-1.2394-30.7588

#507eaf color RGB value is (80,126,175).

#507eaf hex color red value is 80, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #507eaf hue: 0.59 , saturation: 0.37 and the lightness value of 507eaf is 0.50.

The process color (four color CMYK) of #507eaf color hex is 0.54, 0.28, 0.00, 0.31. Web safe color of #507eaf is #666699. Color #507eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 10101111
Octal 120 176 257
Decimal 80 126 175
Hex 50 7E AF

RGB Percentages of Color #507eaf

%21.00
%33.07
%45.93

CMYK Percentages of Color #507eaf

%54
%28
%0
%31

Triadic Colors of #507eaf

#507eaf #af507e #7eaf50

Analogous Colors of #507eaf

#507eaf #5150af #50aeaf

Monochromatic Colors of #507eaf

#507eaf

Complementary Color

#507eaf #af8150

#507eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#507eaf Color CSS Codes

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

#507eaf Text Font Color

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

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


#507eaf Background Color

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

This div background color is #507eaf


#507eaf Border Color

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

This div border color is #507eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507eaf


Comments

No comments written yet.

Please login to write comment.