Color Hex Logo

#508199 Color Hex

#508199
(80,129,153)
0 Favorites   0 Comments

Color spaces of #508199

RGB 80129153
HSL0.550.310.46
HSV200°48°60°
CMYK 0.480.160.00   0.40
XYZ16.908319.705933.0494
Yxy19.70590.24270.2829
Hunter Lab44.3913-9.6956-13.0676
CIE-Lab51.5031-9.7559-18.0253

#508199 color RGB value is (80,129,153).

#508199 hex color red value is 80, green value is 129 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #508199 hue: 0.55 , saturation: 0.31 and the lightness value of 508199 is 0.46.

The process color (four color CMYK) of #508199 color hex is 0.48, 0.16, 0.00, 0.40. Web safe color of #508199 is #669999. Color #508199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000001 10011001
Octal 120 201 231
Decimal 80 129 153
Hex 50 81 99

RGB Percentages of Color #508199

%22.10
%35.64
%42.27

CMYK Percentages of Color #508199

%48
%16
%0
%40

Triadic Colors of #508199

#508199 #995081 #819950

Analogous Colors of #508199

#508199 #505c99 #50998d

Monochromatic Colors of #508199

#508199

Complementary Color

#508199 #996850

#508199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508199 Color CSS Codes

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

#508199 Text Font Color

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

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


#508199 Background Color

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

This div background color is #508199


#508199 Border Color

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

This div border color is #508199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,129,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #508199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #508199;
  -webkit-box-shadow: 1px 1px 3px 2px #508199;
  box-shadow:         1px 1px 3px 2px #508199; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508199


Comments

No comments written yet.

Please login to write comment.