Color Hex Logo

#507ede Color Hex

#507EDE
(80,126,222)
0 Favorites   0 Comments

Color spaces of #507ede

RGB 80126222
HSL0.610.680.59
HSV221°64°87°
CMYK 0.640.430.00   0.13
XYZ23.953921.901172.0721
Yxy21.90110.20310.1857
Hunter Lab46.79869.4678-58.5504
CIE-Lab53.921914.4395-53.7456

#507ede color RGB value is (80,126,222).

#507ede hex color red value is 80, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #507ede hue: 0.61 , saturation: 0.68 and the lightness value of 507ede is 0.59.

The process color (four color CMYK) of #507ede color hex is 0.64, 0.43, 0.00, 0.13. Web safe color of #507ede is #6666cc. Color #507ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 11011110
Octal 120 176 336
Decimal 80 126 222
Hex 50 7E DE

RGB Percentages of Color #507ede

%18.69
%29.44
%51.87

CMYK Percentages of Color #507ede

%64
%43
%0
%13

Triadic Colors of #507ede

#507ede #de507e #7ede50

Analogous Colors of #507ede

#507ede #6950de #50c5de

Monochromatic Colors of #507ede

#507ede

Complementary Color

#507ede #deb050

#507ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ede Color CSS Codes

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

#507ede Text Font Color

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

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


#507ede Background Color

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

This div background color is #507ede


#507ede Border Color

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

This div border color is #507ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ede


Comments

No comments written yet.

Please login to write comment.