Color Hex Logo

#508cdc Color Hex

#508CDC
(80,140,220)
0 Favorites   0 Comments

Color spaces of #508cdc

RGB 80140220
HSL0.600.670.59
HSV214°64°86°
CMYK 0.640.360.00   0.14
XYZ25.604625.628971.3075
Yxy25.62890.20890.2091
Hunter Lab50.62501.6862-48.0750
CIE-Lab57.68315.3215-46.6422

#508cdc color RGB value is (80,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001100 11011100
Octal 120 214 334
Decimal 80 140 220
Hex 50 8C DC

RGB Percentages of Color #508cdc

%18.18
%31.82
%50.00

CMYK Percentages of Color #508cdc

%64
%36
%0
%14

Triadic Colors of #508cdc

#508cdc #dc508c #8cdc50

Analogous Colors of #508cdc

#508cdc #5a50dc #50d2dc

Monochromatic Colors of #508cdc

#508cdc

Complementary Color

#508cdc #dca050

#508cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508cdc Color CSS Codes

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

#508cdc Text Font Color

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

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


#508cdc Background Color

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

This div background color is #508cdc


#508cdc Border Color

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

This div border color is #508cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508cdc


Comments

No comments written yet.

Please login to write comment.