Color Hex Logo

#508def Color Hex

#508DEF
(80,141,239)
0 Favorites   0 Comments

Color spaces of #508def

RGB 80141239
HSL0.600.830.63
HSV217°67°94°
CMYK 0.670.410.00   0.06
XYZ28.413126.987285.3729
Yxy26.98720.20180.1917
Hunter Lab51.94926.7177-61.0723
CIE-Lab58.962511.2067-55.1780

#508def color RGB value is (80,141,239).

#508def hex color red value is 80, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #508def hue: 0.60 , saturation: 0.83 and the lightness value of 508def is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001101 11101111
Octal 120 215 357
Decimal 80 141 239
Hex 50 8D EF

RGB Percentages of Color #508def

%17.39
%30.65
%51.96

CMYK Percentages of Color #508def

%67
%41
%0
%6

Triadic Colors of #508def

#508def #ef508d #8def50

Analogous Colors of #508def

#508def #6350ef #50ddef

Monochromatic Colors of #508def

#508def

Complementary Color

#508def #efb250

#508def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508def Color Preview on White Background

Lorem ipsum dolor sit amet.

#508def Color CSS Codes

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

#508def Text Font Color

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

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


#508def Background Color

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

This div background color is #508def


#508def Border Color

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

This div border color is #508def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508def


Comments

No comments written yet.

Please login to write comment.