Color Hex Logo

#508ddc Color Hex

#508DDC
(80,141,220)
0 Favorites   0 Comments

Color spaces of #508ddc

RGB 80141220
HSL0.590.670.59
HSV214°64°86°
CMYK 0.640.360.00   0.14
XYZ25.751425.922571.3565
Yxy25.92250.20930.2107
Hunter Lab50.91411.1821-47.4554
CIE-Lab57.96344.7293-46.1987

#508ddc color RGB value is (80,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001101 11011100
Octal 120 215 334
Decimal 80 141 220
Hex 50 8D DC

RGB Percentages of Color #508ddc

%18.14
%31.97
%49.89

CMYK Percentages of Color #508ddc

%64
%36
%0
%14

Triadic Colors of #508ddc

#508ddc #dc508d #8ddc50

Analogous Colors of #508ddc

#508ddc #5950dc #50d3dc

Monochromatic Colors of #508ddc

#508ddc

Complementary Color

#508ddc #dc9f50

#508ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508ddc Color CSS Codes

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

#508ddc Text Font Color

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

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


#508ddc Background Color

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

This div background color is #508ddc


#508ddc Border Color

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

This div border color is #508ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508ddc


Comments

No comments written yet.

Please login to write comment.