Color Hex Logo

#508acd Color Hex

#508ACD
(80,138,205)
0 Favorites   0 Comments

Color spaces of #508acd

RGB 80138205
HSL0.590.560.56
HSV212°61°80°
CMYK 0.610.330.00   0.20
XYZ23.416224.290261.2119
Yxy24.29020.21500.2230
Hunter Lab49.2851-1.4405-39.1384
CIE-Lab56.37721.4753-40.2768

#508acd color RGB value is (80,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 11001101
Octal 120 212 315
Decimal 80 138 205
Hex 50 8A CD

RGB Percentages of Color #508acd

%18.91
%32.62
%48.46

CMYK Percentages of Color #508acd

%61
%33
%0
%20

Triadic Colors of #508acd

#508acd #cd508a #8acd50

Analogous Colors of #508acd

#508acd #5550cd #50c9cd

Monochromatic Colors of #508acd

#508acd

Complementary Color

#508acd #cd9350

#508acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#508acd Color CSS Codes

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

#508acd Text Font Color

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

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


#508acd Background Color

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

This div background color is #508acd


#508acd Border Color

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

This div border color is #508acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508acd


Comments

No comments written yet.

Please login to write comment.