Color Hex Logo

#508ada Color Hex

#508ADA
(80,138,218)
0 Favorites   0 Comments

Color spaces of #508ada

RGB 80138218
HSL0.600.650.58
HSV215°63°85°
CMYK 0.630.370.00   0.15
XYZ25.051624.944469.8241
Yxy24.94440.20910.2082
Hunter Lab49.94442.1312-47.9286
CIE-Lab57.02125.8329-46.5706

#508ada color RGB value is (80,138,218).

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

The process color (four color CMYK) of #508ada color hex is 0.63, 0.37, 0.00, 0.15. Web safe color of #508ada is #6699cc. Color #508ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 11011010
Octal 120 212 332
Decimal 80 138 218
Hex 50 8A DA

RGB Percentages of Color #508ada

%18.35
%31.65
%50.00

CMYK Percentages of Color #508ada

%63
%37
%0
%15

Triadic Colors of #508ada

#508ada #da508a #8ada50

Analogous Colors of #508ada

#508ada #5b50da #50cfda

Monochromatic Colors of #508ada

#508ada

Complementary Color

#508ada #daa050

#508ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#508ada Color CSS Codes

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

#508ada Text Font Color

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

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


#508ada Background Color

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

This div background color is #508ada


#508ada Border Color

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

This div border color is #508ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508ada


Comments

No comments written yet.

Please login to write comment.