Color Hex Logo

#509481 Color Hex

#509481
(80,148,129)
0 Favorites   0 Comments

Color spaces of #509481

RGB 80148129
HSL0.450.300.45
HSV163°46°58°
CMYK 0.460.000.13   0.42
XYZ17.860624.470324.5508
Yxy24.47030.26700.3659
Hunter Lab49.4675-22.11935.2015
CIE-Lab56.5556-26.35113.3657

#509481 color RGB value is (80,148,129).

#509481 hex color red value is 80, green value is 148 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #509481 hue: 0.45 , saturation: 0.30 and the lightness value of 509481 is 0.45.

The process color (four color CMYK) of #509481 color hex is 0.46, 0.00, 0.13, 0.42. Web safe color of #509481 is #669999. Color #509481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010100 10000001
Octal 120 224 201
Decimal 80 148 129
Hex 50 94 81

RGB Percentages of Color #509481

%22.41
%41.46
%36.13

CMYK Percentages of Color #509481

%46
%0
%13
%42

Triadic Colors of #509481

#509481 #815094 #948150

Analogous Colors of #509481

#509481 #508594 #50945f

Monochromatic Colors of #509481

#509481

Complementary Color

#509481 #945063

#509481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509481 Color CSS Codes

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

#509481 Text Font Color

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

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


#509481 Background Color

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

This div background color is #509481


#509481 Border Color

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

This div border color is #509481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509481


Comments

No comments written yet.

Please login to write comment.