Color Hex Logo

#507baf Color Hex

#507BAF
(80,123,175)
1 Favorites   0 Comments

Color spaces of #507baf

RGB 80123175
HSL0.590.370.50
HSV213°54°69°
CMYK 0.540.300.00   0.31
XYZ18.129118.966543.2628
Yxy18.96650.22560.2360
Hunter Lab43.5505-1.9080-28.4129
CIE-Lab50.64800.5409-32.1227

#507baf color RGB value is (80,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111011 10101111
Octal 120 173 257
Decimal 80 123 175
Hex 50 7B AF

RGB Percentages of Color #507baf

%21.16
%32.54
%46.30

CMYK Percentages of Color #507baf

%54
%30
%0
%31

Triadic Colors of #507baf

#507baf #af507b #7baf50

Analogous Colors of #507baf

#507baf #5550af #50abaf

Monochromatic Colors of #507baf

#507baf

Complementary Color

#507baf #af8450

#507baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#507baf Color CSS Codes

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

#507baf Text Font Color

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

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


#507baf Background Color

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

This div background color is #507baf


#507baf Border Color

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

This div border color is #507baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507baf


Comments

No comments written yet.

Please login to write comment.