Color Hex Logo

#9a729b Color Hex

#9A729B
(154,114,155)
0 Favorites   0 Comments

Color spaces of #9a729b

RGB 154114155
HSL0.830.170.53
HSV299°26°61°
CMYK 0.010.260.00   0.39
XYZ25.260121.271233.7847
Yxy21.27120.31450.2648
Hunter Lab46.120717.0524-11.1471
CIE-Lab53.245022.9964-16.0114

#9a729b color RGB value is (154,114,155).

#9a729b hex color red value is 154, green value is 114 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #9a729b hue: 0.83 , saturation: 0.17 and the lightness value of 9a729b is 0.53.

The process color (four color CMYK) of #9a729b color hex is 0.01, 0.26, 0.00, 0.39. Web safe color of #9a729b is #996699. Color #9a729b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110010 10011011
Octal 232 162 233
Decimal 154 114 155
Hex 9A 72 9B

RGB Percentages of Color #9a729b

%36.41
%26.95
%36.64

CMYK Percentages of Color #9a729b

%1
%26
%0
%39

Triadic Colors of #9a729b

#9a729b #9b9a72 #729b9a

Analogous Colors of #9a729b

#9a729b #9b7288 #86729b

Monochromatic Colors of #9a729b

#9a729b

Complementary Color

#9a729b #739b72

#9a729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a729b Color CSS Codes

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

#9a729b Text Font Color

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

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


#9a729b Background Color

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

This div background color is #9a729b


#9a729b Border Color

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

This div border color is #9a729b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a729b


Comments

No comments written yet.

Please login to write comment.