Color Hex Logo

#9a738a Color Hex

#9A738A
(154,115,138)
0 Favorites   0 Comments

Color spaces of #9a738a

RGB 154115138
HSL0.900.160.53
HSV325°25°60°
CMYK 0.000.250.10   0.40
XYZ24.044620.966526.8244
Yxy20.96650.33470.2919
Hunter Lab45.789213.6020-2.6811
CIE-Lab52.912819.1872-6.5624

#9a738a color RGB value is (154,115,138).

#9a738a hex color red value is 154, green value is 115 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9a738a hue: 0.90 , saturation: 0.16 and the lightness value of 9a738a is 0.53.

The process color (four color CMYK) of #9a738a color hex is 0.00, 0.25, 0.10, 0.40. Web safe color of #9a738a is #996699. Color #9a738a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110011 10001010
Octal 232 163 212
Decimal 154 115 138
Hex 9A 73 8A

RGB Percentages of Color #9a738a

%37.84
%28.26
%33.91

CMYK Percentages of Color #9a738a

%0
%25
%10
%40

Triadic Colors of #9a738a

#9a738a #8a9a73 #738a9a

Analogous Colors of #9a738a

#9a738a #9a7377 #97739a

Monochromatic Colors of #9a738a

#9a738a

Complementary Color

#9a738a #739a83

#9a738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a738a Color CSS Codes

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

#9a738a Text Font Color

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

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


#9a738a Background Color

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

This div background color is #9a738a


#9a738a Border Color

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

This div border color is #9a738a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,115,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a738a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a738a;
  -webkit-box-shadow: 1px 1px 3px 2px #9a738a;
  box-shadow:         1px 1px 3px 2px #9a738a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a738a


Comments

No comments written yet.

Please login to write comment.