Color Hex Logo

#508fcd Color Hex

#508FCD
(80,143,205)
0 Favorites   0 Comments

Color spaces of #508fcd

RGB 80143205
HSL0.580.560.56
HSV210°61°80°
CMYK 0.610.300.00   0.20
XYZ24.150225.758261.4566
Yxy25.75820.21690.2313
Hunter Lab50.7525-3.8791-36.2679
CIE-Lab57.8068-1.4454-38.0316

#508fcd color RGB value is (80,143,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 11001101
Octal 120 217 315
Decimal 80 143 205
Hex 50 8F CD

RGB Percentages of Color #508fcd

%18.69
%33.41
%47.90

CMYK Percentages of Color #508fcd

%61
%30
%0
%20

Triadic Colors of #508fcd

#508fcd #cd508f #8fcd50

Analogous Colors of #508fcd

#508fcd #5050cd #50cdcd

Monochromatic Colors of #508fcd

#508fcd

Complementary Color

#508fcd #cd8e50

#508fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#508fcd Color CSS Codes

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

#508fcd Text Font Color

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

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


#508fcd Background Color

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

This div background color is #508fcd


#508fcd Border Color

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

This div border color is #508fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508fcd


Comments

No comments written yet.

Please login to write comment.