Color Hex Logo

#509782 Color Hex

#509782
(80,151,130)
0 Favorites   0 Comments

Color spaces of #509782

RGB 80151130
HSL0.450.310.45
HSV162°47°59°
CMYK 0.470.000.14   0.41
XYZ18.404125.450425.0615
Yxy25.45040.26710.3693
Hunter Lab50.4484-23.16605.8601
CIE-Lab57.5117-27.59594.1757

#509782 color RGB value is (80,151,130).

#509782 hex color red value is 80, green value is 151 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #509782 hue: 0.45 , saturation: 0.31 and the lightness value of 509782 is 0.45.

The process color (four color CMYK) of #509782 color hex is 0.47, 0.00, 0.14, 0.41. Web safe color of #509782 is #669999. Color #509782 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010111 10000010
Octal 120 227 202
Decimal 80 151 130
Hex 50 97 82

RGB Percentages of Color #509782

%22.16
%41.83
%36.01

CMYK Percentages of Color #509782

%47
%0
%14
%41

Triadic Colors of #509782

#509782 #825097 #978250

Analogous Colors of #509782

#509782 #508997 #50975f

Monochromatic Colors of #509782

#509782

Complementary Color

#509782 #975065

#509782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509782 Color CSS Codes

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

#509782 Text Font Color

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

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


#509782 Background Color

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

This div background color is #509782


#509782 Border Color

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

This div border color is #509782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509782


Comments

No comments written yet.

Please login to write comment.