Color Hex Logo

#507ecc Color Hex

#507ECC
(80,126,204)
0 Favorites   0 Comments

Color spaces of #507ecc

RGB 80126204
HSL0.600.550.56
HSV218°61°80°
CMYK 0.610.380.00   0.20
XYZ21.668220.986860.0356
Yxy20.98680.21100.2044
Hunter Lab45.81144.2584-45.6314
CIE-Lab52.93508.3101-45.1474

#507ecc color RGB value is (80,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 11001100
Octal 120 176 314
Decimal 80 126 204
Hex 50 7E CC

RGB Percentages of Color #507ecc

%19.51
%30.73
%49.76

CMYK Percentages of Color #507ecc

%61
%38
%0
%20

Triadic Colors of #507ecc

#507ecc #cc507e #7ecc50

Analogous Colors of #507ecc

#507ecc #6050cc #50bccc

Monochromatic Colors of #507ecc

#507ecc

Complementary Color

#507ecc #cc9e50

#507ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ecc Color CSS Codes

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

#507ecc Text Font Color

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

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


#507ecc Background Color

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

This div background color is #507ecc


#507ecc Border Color

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

This div border color is #507ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ecc


Comments

No comments written yet.

Please login to write comment.