Color Hex Logo

#508add Color Hex

#508ADD
(80,138,221)
0 Favorites   0 Comments

Color spaces of #508add

RGB 80138221
HSL0.600.670.59
HSV215°64°87°
CMYK 0.640.380.00   0.13
XYZ25.447925.102971.9107
Yxy25.10290.20780.2050
Hunter Lab50.10282.9827-50.0248
CIE-Lab57.17556.8492-48.0057

#508add color RGB value is (80,138,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 11011101
Octal 120 212 335
Decimal 80 138 221
Hex 50 8A DD

RGB Percentages of Color #508add

%18.22
%31.44
%50.34

CMYK Percentages of Color #508add

%64
%38
%0
%13

Triadic Colors of #508add

#508add #dd508a #8add50

Analogous Colors of #508add

#508add #5c50dd #50d1dd

Monochromatic Colors of #508add

#508add

Complementary Color

#508add #dda350

#508add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508add Color Preview on White Background

Lorem ipsum dolor sit amet.

#508add Color CSS Codes

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

#508add Text Font Color

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

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


#508add Background Color

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

This div background color is #508add


#508add Border Color

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

This div border color is #508add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508add


Comments

No comments written yet.

Please login to write comment.