Color Hex Logo

#508ebe Color Hex

#508EBE
(80,142,190)
0 Favorites   0 Comments

Color spaces of #508ebe

RGB 80142190
HSL0.570.460.53
HSV206°58°75°
CMYK 0.580.250.00   0.25
XYZ22.275524.769252.3221
Yxy24.76920.22420.2493
Hunter Lab49.7687-7.2020-27.4939
CIE-Lab56.8498-5.7367-31.0497

#508ebe color RGB value is (80,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 10111110
Octal 120 216 276
Decimal 80 142 190
Hex 50 8E BE

RGB Percentages of Color #508ebe

%19.42
%34.47
%46.12

CMYK Percentages of Color #508ebe

%58
%25
%0
%25

Triadic Colors of #508ebe

#508ebe #be508e #8ebe50

Analogous Colors of #508ebe

#508ebe #5057be #50beb7

Monochromatic Colors of #508ebe

#508ebe

Complementary Color

#508ebe #be8050

#508ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#508ebe Color CSS Codes

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

#508ebe Text Font Color

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

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


#508ebe Background Color

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

This div background color is #508ebe


#508ebe Border Color

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

This div border color is #508ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508ebe


Comments

No comments written yet.

Please login to write comment.