Color Hex Logo

#508cda Color Hex

#508CDA
(80,140,218)
0 Favorites   0 Comments

Color spaces of #508cda

RGB 80140218
HSL0.590.650.58
HSV214°63°85°
CMYK 0.630.360.00   0.15
XYZ25.341225.523669.9206
Yxy25.52360.20980.2113
Hunter Lab50.52091.1238-46.6924
CIE-Lab57.58214.6460-45.6831

#508cda color RGB value is (80,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001100 11011010
Octal 120 214 332
Decimal 80 140 218
Hex 50 8C DA

RGB Percentages of Color #508cda

%18.26
%31.96
%49.77

CMYK Percentages of Color #508cda

%63
%36
%0
%15

Triadic Colors of #508cda

#508cda #da508c #8cda50

Analogous Colors of #508cda

#508cda #5950da #50d1da

Monochromatic Colors of #508cda

#508cda

Complementary Color

#508cda #da9e50

#508cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#508cda Color CSS Codes

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

#508cda Text Font Color

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

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


#508cda Background Color

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

This div background color is #508cda


#508cda Border Color

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

This div border color is #508cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,140,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 #508cda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508cda


Comments

No comments written yet.

Please login to write comment.