Color Hex Logo

#507ebe Color Hex

#507EBE
(80,126,190)
0 Favorites   0 Comments

Color spaces of #507ebe

RGB 80126190
HSL0.600.460.53
HSV215°58°75°
CMYK 0.580.340.00   0.25
XYZ20.063420.344951.5847
Yxy20.34490.21810.2212
Hunter Lab45.10530.4647-36.2333
CIE-Lab52.22493.6360-38.2842

#507ebe color RGB value is (80,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 10111110
Octal 120 176 276
Decimal 80 126 190
Hex 50 7E BE

RGB Percentages of Color #507ebe

%20.20
%31.82
%47.98

CMYK Percentages of Color #507ebe

%58
%34
%0
%25

Triadic Colors of #507ebe

#507ebe #be507e #7ebe50

Analogous Colors of #507ebe

#507ebe #5950be #50b5be

Monochromatic Colors of #507ebe

#507ebe

Complementary Color

#507ebe #be9050

#507ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ebe Color CSS Codes

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

#507ebe Text Font Color

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

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


#507ebe Background Color

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

This div background color is #507ebe


#507ebe Border Color

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

This div border color is #507ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ebe


Comments

No comments written yet.

Please login to write comment.