Color Hex Logo

#507ebf Color Hex

#507EBF
(80,126,191)
0 Favorites   0 Comments

Color spaces of #507ebf

RGB 80126191
HSL0.600.460.53
HSV215°58°75°
CMYK 0.580.340.00   0.25
XYZ20.173120.388852.1624
Yxy20.38880.21760.2199
Hunter Lab45.15400.7277-36.8848
CIE-Lab52.27403.9663-38.7796

#507ebf color RGB value is (80,126,191).

#507ebf hex color red value is 80, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #507ebf hue: 0.60 , saturation: 0.46 and the lightness value of 507ebf is 0.53.

The process color (four color CMYK) of #507ebf color hex is 0.58, 0.34, 0.00, 0.25. Web safe color of #507ebf is #6666cc. Color #507ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 10111111
Octal 120 176 277
Decimal 80 126 191
Hex 50 7E BF

RGB Percentages of Color #507ebf

%20.15
%31.74
%48.11

CMYK Percentages of Color #507ebf

%58
%34
%0
%25

Triadic Colors of #507ebf

#507ebf #bf507e #7ebf50

Analogous Colors of #507ebf

#507ebf #5a50bf #50b6bf

Monochromatic Colors of #507ebf

#507ebf

Complementary Color

#507ebf #bf9150

#507ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ebf Color CSS Codes

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

#507ebf Text Font Color

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

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


#507ebf Background Color

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

This div background color is #507ebf


#507ebf Border Color

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

This div border color is #507ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ebf


Comments

No comments written yet.

Please login to write comment.