Color Hex Logo

#508edc Color Hex

#508EDC
(80,142,220)
0 Favorites   0 Comments

Color spaces of #508edc

RGB 80142220
HSL0.590.670.59
HSV213°64°86°
CMYK 0.640.350.00   0.14
XYZ25.899526.218871.4058
Yxy26.21880.20970.2123
Hunter Lab51.20430.6791-46.8385
CIE-Lab58.24424.1383-45.7547

#508edc color RGB value is (80,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 11011100
Octal 120 216 334
Decimal 80 142 220
Hex 50 8E DC

RGB Percentages of Color #508edc

%18.10
%32.13
%49.77

CMYK Percentages of Color #508edc

%64
%35
%0
%14

Triadic Colors of #508edc

#508edc #dc508e #8edc50

Analogous Colors of #508edc

#508edc #5850dc #50d4dc

Monochromatic Colors of #508edc

#508edc

Complementary Color

#508edc #dc9e50

#508edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508edc Color CSS Codes

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

#508edc Text Font Color

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

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


#508edc Background Color

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

This div background color is #508edc


#508edc Border Color

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

This div border color is #508edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,142,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 #508edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508edc


Comments

No comments written yet.

Please login to write comment.