Color Hex Logo

#508bed Color Hex

#508BED
(80,139,237)
0 Favorites   0 Comments

Color spaces of #508bed

RGB 80139237
HSL0.600.810.62
HSV217°66°93°
CMYK 0.660.410.00   0.07
XYZ27.826926.285183.7277
Yxy26.28510.20190.1907
Hunter Lab51.26907.1624-60.9386
CIE-Lab58.306711.7182-55.1163

#508bed color RGB value is (80,139,237).

#508bed hex color red value is 80, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #508bed hue: 0.60 , saturation: 0.81 and the lightness value of 508bed is 0.62.

The process color (four color CMYK) of #508bed color hex is 0.66, 0.41, 0.00, 0.07. Web safe color of #508bed is #6699ff. Color #508bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 11101101
Octal 120 213 355
Decimal 80 139 237
Hex 50 8B ED

RGB Percentages of Color #508bed

%17.54
%30.48
%51.97

CMYK Percentages of Color #508bed

%66
%41
%0
%7

Triadic Colors of #508bed

#508bed #ed508b #8bed50

Analogous Colors of #508bed

#508bed #6350ed #50daed

Monochromatic Colors of #508bed

#508bed

Complementary Color

#508bed #edb250

#508bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#508bed Color CSS Codes

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

#508bed Text Font Color

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

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


#508bed Background Color

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

This div background color is #508bed


#508bed Border Color

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

This div border color is #508bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508bed


Comments

No comments written yet.

Please login to write comment.