Color Hex Logo

#508adb Color Hex

#508ADB
(80,138,219)
0 Favorites   0 Comments

Color spaces of #508adb

RGB 80138219
HSL0.600.660.59
HSV215°63°86°
CMYK 0.630.370.00   0.14
XYZ25.182924.996970.5154
Yxy24.99690.20860.2071
Hunter Lab49.99692.4140-48.6245
CIE-Lab57.07246.1713-47.0497

#508adb color RGB value is (80,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 11011011
Octal 120 212 333
Decimal 80 138 219
Hex 50 8A DB

RGB Percentages of Color #508adb

%18.31
%31.58
%50.11

CMYK Percentages of Color #508adb

%63
%37
%0
%14

Triadic Colors of #508adb

#508adb #db508a #8adb50

Analogous Colors of #508adb

#508adb #5b50db #50d0db

Monochromatic Colors of #508adb

#508adb

Complementary Color

#508adb #dba150

#508adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508adb Color CSS Codes

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

#508adb Text Font Color

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

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


#508adb Background Color

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

This div background color is #508adb


#508adb Border Color

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

This div border color is #508adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508adb


Comments

No comments written yet.

Please login to write comment.