Color Hex Logo

#508ebd Color Hex

#508EBD
(80,142,189)
0 Favorites   0 Comments

Color spaces of #508ebd

RGB 80142189
HSL0.570.450.53
HSV206°58°74°
CMYK 0.580.250.00   0.26
XYZ22.166624.725651.7483
Yxy24.72560.22470.2507
Hunter Lab49.7248-7.4458-26.8953
CIE-Lab56.8071-6.0555-30.5487

#508ebd color RGB value is (80,142,189).

#508ebd hex color red value is 80, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #508ebd hue: 0.57 , saturation: 0.45 and the lightness value of 508ebd is 0.53.

The process color (four color CMYK) of #508ebd color hex is 0.58, 0.25, 0.00, 0.26. Web safe color of #508ebd is #6699cc. Color #508ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 10111101
Octal 120 216 275
Decimal 80 142 189
Hex 50 8E BD

RGB Percentages of Color #508ebd

%19.46
%34.55
%45.99

CMYK Percentages of Color #508ebd

%58
%25
%0
%26

Triadic Colors of #508ebd

#508ebd #bd508e #8ebd50

Analogous Colors of #508ebd

#508ebd #5058bd #50bdb6

Monochromatic Colors of #508ebd

#508ebd

Complementary Color

#508ebd #bd7f50

#508ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#508ebd Color CSS Codes

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

#508ebd Text Font Color

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

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


#508ebd Background Color

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

This div background color is #508ebd


#508ebd Border Color

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

This div border color is #508ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508ebd


Comments

No comments written yet.

Please login to write comment.