Color Hex Logo

#508fda Color Hex

#508FDA
(80,143,218)
0 Favorites   0 Comments

Color spaces of #508fda

RGB 80143218
HSL0.590.650.58
HSV213°63°85°
CMYK 0.630.340.00   0.15
XYZ25.785626.412470.0687
Yxy26.41240.21090.2160
Hunter Lab51.3930-0.3783-44.8603
CIE-Lab58.42642.8767-44.3490

#508fda color RGB value is (80,143,218).

#508fda hex color red value is 80, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #508fda hue: 0.59 , saturation: 0.65 and the lightness value of 508fda is 0.58.

The process color (four color CMYK) of #508fda color hex is 0.63, 0.34, 0.00, 0.15. Web safe color of #508fda is #6699cc. Color #508fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 11011010
Octal 120 217 332
Decimal 80 143 218
Hex 50 8F DA

RGB Percentages of Color #508fda

%18.14
%32.43
%49.43

CMYK Percentages of Color #508fda

%63
%34
%0
%15

Triadic Colors of #508fda

#508fda #da508f #8fda50

Analogous Colors of #508fda

#508fda #5650da #50d4da

Monochromatic Colors of #508fda

#508fda

Complementary Color

#508fda #da9b50

#508fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#508fda Color CSS Codes

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

#508fda Text Font Color

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

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


#508fda Background Color

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

This div background color is #508fda


#508fda Border Color

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

This div border color is #508fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508fda


Comments

No comments written yet.

Please login to write comment.