Color Hex Logo

#507edc Color Hex

#507EDC
(80,126,220)
0 Favorites   0 Comments

Color spaces of #507edc

RGB 80126220
HSL0.610.670.59
HSV220°64°86°
CMYK 0.640.430.00   0.14
XYZ23.687421.794570.6684
Yxy21.79450.20390.1876
Hunter Lab46.68468.8715-57.0705
CIE-Lab53.808313.7536-52.8025

#507edc color RGB value is (80,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 11011100
Octal 120 176 334
Decimal 80 126 220
Hex 50 7E DC

RGB Percentages of Color #507edc

%18.78
%29.58
%51.64

CMYK Percentages of Color #507edc

%64
%43
%0
%14

Triadic Colors of #507edc

#507edc #dc507e #7edc50

Analogous Colors of #507edc

#507edc #6850dc #50c4dc

Monochromatic Colors of #507edc

#507edc

Complementary Color

#507edc #dcae50

#507edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#507edc Color CSS Codes

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

#507edc Text Font Color

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

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


#507edc Background Color

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

This div background color is #507edc


#507edc Border Color

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

This div border color is #507edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507edc


Comments

No comments written yet.

Please login to write comment.