Color Hex Logo

#098772 Color Hex

#098772
(9,135,114)
0 Favorites   0 Comments

Color spaces of #098772

RGB 9135114
HSL0.470.880.28
HSV170°93°53°
CMYK 0.930.000.16   0.47
XYZ11.813918.600918.8873
Yxy18.60090.23960.3773
Hunter Lab43.1288-26.58034.2254
CIE-Lab50.2170-35.88862.6265

#098772 color RGB value is (9,135,114).

#098772 hex color red value is 9, green value is 135 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #098772 hue: 0.47 , saturation: 0.88 and the lightness value of 098772 is 0.28.

The process color (four color CMYK) of #098772 color hex is 0.93, 0.00, 0.16, 0.47. Web safe color of #098772 is #009966. Color #098772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000111 01110010
Octal 11 207 162
Decimal 9 135 114
Hex 9 87 72

RGB Percentages of Color #098772

%3.49
%52.33
%44.19

CMYK Percentages of Color #098772

%93
%0
%16
%47

Triadic Colors of #098772

#098772 #720987 #877209

Analogous Colors of #098772

#098772 #095d87 #098733

Monochromatic Colors of #098772

#098772

Complementary Color

#098772 #87091e

#098772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#098772 Color CSS Codes

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

#098772 Text Font Color

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

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


#098772 Background Color

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

This div background color is #098772


#098772 Border Color

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

This div border color is #098772


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,135,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098772; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098772;
  -webkit-box-shadow: 1px 1px 3px 2px #098772;
  box-shadow:         1px 1px 3px 2px #098772; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,135,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098772


Comments

No comments written yet.

Please login to write comment.