Color Hex Logo

#507ebc Color Hex

#507EBC
(80,126,188)
0 Favorites   0 Comments

Color spaces of #507ebc

RGB 80126188
HSL0.600.450.53
HSV214°57°74°
CMYK 0.570.330.00   0.26
XYZ19.846220.258050.4411
Yxy20.25800.21920.2237
Hunter Lab45.0089-0.0578-34.9396
CIE-Lab52.12772.9771-37.2912

#507ebc color RGB value is (80,126,188).

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

The process color (four color CMYK) of #507ebc color hex is 0.57, 0.33, 0.00, 0.26. Web safe color of #507ebc is #6666cc. Color #507ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 10111100
Octal 120 176 274
Decimal 80 126 188
Hex 50 7E BC

RGB Percentages of Color #507ebc

%20.30
%31.98
%47.72

CMYK Percentages of Color #507ebc

%57
%33
%0
%26

Triadic Colors of #507ebc

#507ebc #bc507e #7ebc50

Analogous Colors of #507ebc

#507ebc #5850bc #50b4bc

Monochromatic Colors of #507ebc

#507ebc

Complementary Color

#507ebc #bc8e50

#507ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ebc Color CSS Codes

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

#507ebc Text Font Color

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

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


#507ebc Background Color

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

This div background color is #507ebc


#507ebc Border Color

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

This div border color is #507ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ebc


Comments

No comments written yet.

Please login to write comment.