Color Hex Logo

#508dcc Color Hex

#508DCC
(80,141,204)
0 Favorites   0 Comments

Color spaces of #508dcc

RGB 80141204
HSL0.580.550.56
HSV210°61°80°
CMYK 0.610.310.00   0.20
XYZ23.732225.114960.7236
Yxy25.11490.21660.2292
Hunter Lab50.1148-3.1709-36.7608
CIE-Lab57.1872-0.6124-38.4402

#508dcc color RGB value is (80,141,204).

#508dcc hex color red value is 80, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #508dcc hue: 0.58 , saturation: 0.55 and the lightness value of 508dcc is 0.56.

The process color (four color CMYK) of #508dcc color hex is 0.61, 0.31, 0.00, 0.20. Web safe color of #508dcc is #6699cc. Color #508dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001101 11001100
Octal 120 215 314
Decimal 80 141 204
Hex 50 8D CC

RGB Percentages of Color #508dcc

%18.82
%33.18
%48.00

CMYK Percentages of Color #508dcc

%61
%31
%0
%20

Triadic Colors of #508dcc

#508dcc #cc508d #8dcc50

Analogous Colors of #508dcc

#508dcc #5150cc #50cbcc

Monochromatic Colors of #508dcc

#508dcc

Complementary Color

#508dcc #cc8f50

#508dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508dcc Color CSS Codes

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

#508dcc Text Font Color

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

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


#508dcc Background Color

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

This div background color is #508dcc


#508dcc Border Color

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

This div border color is #508dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508dcc


Comments

No comments written yet.

Please login to write comment.