Color Hex Logo

#507ecb Color Hex

#507ECB
(80,126,203)
0 Favorites   0 Comments

Color spaces of #507ecb

RGB 80126203
HSL0.600.540.55
HSV218°61°80°
CMYK 0.610.380.00   0.20
XYZ21.548620.939059.4058
Yxy20.93900.21150.2055
Hunter Lab45.75923.9795-44.9405
CIE-Lab52.88277.9728-44.6622

#507ecb color RGB value is (80,126,203).

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

The process color (four color CMYK) of #507ecb color hex is 0.61, 0.38, 0.00, 0.20. Web safe color of #507ecb is #6666cc. Color #507ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 11001011
Octal 120 176 313
Decimal 80 126 203
Hex 50 7E CB

RGB Percentages of Color #507ecb

%19.56
%30.81
%49.63

CMYK Percentages of Color #507ecb

%61
%38
%0
%20

Triadic Colors of #507ecb

#507ecb #cb507e #7ecb50

Analogous Colors of #507ecb

#507ecb #6050cb #50bccb

Monochromatic Colors of #507ecb

#507ecb

Complementary Color

#507ecb #cb9d50

#507ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ecb Color CSS Codes

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

#507ecb Text Font Color

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

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


#507ecb Background Color

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

This div background color is #507ecb


#507ecb Border Color

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

This div border color is #507ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ecb


Comments

No comments written yet.

Please login to write comment.