Color Hex Logo

#508ccd Color Hex

#508CCD
(80,140,205)
0 Favorites   0 Comments

Color spaces of #508ccd

RGB 80140205
HSL0.590.560.56
HSV211°61°80°
CMYK 0.610.320.00   0.20
XYZ23.705824.869461.3085
Yxy24.86940.21570.2263
Hunter Lab49.8692-2.4195-37.9818
CIE-Lab56.94790.3020-39.3796

#508ccd color RGB value is (80,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001100 11001101
Octal 120 214 315
Decimal 80 140 205
Hex 50 8C CD

RGB Percentages of Color #508ccd

%18.82
%32.94
%48.24

CMYK Percentages of Color #508ccd

%61
%32
%0
%20

Triadic Colors of #508ccd

#508ccd #cd508c #8ccd50

Analogous Colors of #508ccd

#508ccd #5350cd #50cbcd

Monochromatic Colors of #508ccd

#508ccd

Complementary Color

#508ccd #cd9150

#508ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#508ccd Color CSS Codes

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

#508ccd Text Font Color

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

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


#508ccd Background Color

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

This div background color is #508ccd


#508ccd Border Color

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

This div border color is #508ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508ccd


Comments

No comments written yet.

Please login to write comment.