Color Hex Logo

#9a478a Color Hex

#9A478A
(154,71,138)
0 Favorites   0 Comments

Color spaces of #9a478a

RGB 15471138
HSL0.870.370.44
HSV312°54°60°
CMYK 0.000.540.10   0.40
XYZ20.167113.211525.5319
Yxy13.21150.34230.2243
Hunter Lab36.347635.4305-16.2041
CIE-Lab43.080243.5650-21.4682

#9a478a color RGB value is (154,71,138).

#9a478a hex color red value is 154, green value is 71 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9a478a hue: 0.87 , saturation: 0.37 and the lightness value of 9a478a is 0.44.

The process color (four color CMYK) of #9a478a color hex is 0.00, 0.54, 0.10, 0.40. Web safe color of #9a478a is #993399. Color #9a478a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01000111 10001010
Octal 232 107 212
Decimal 154 71 138
Hex 9A 47 8A

RGB Percentages of Color #9a478a

%42.42
%19.56
%38.02

CMYK Percentages of Color #9a478a

%0
%54
%10
%40

Triadic Colors of #9a478a

#9a478a #8a9a47 #478a9a

Analogous Colors of #9a478a

#9a478a #9a4761 #81479a

Monochromatic Colors of #9a478a

#9a478a

Complementary Color

#9a478a #479a57

#9a478a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a478a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a478a Color CSS Codes

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

#9a478a Text Font Color

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

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


#9a478a Background Color

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

This div background color is #9a478a


#9a478a Border Color

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

This div border color is #9a478a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,71,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 #9a478a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a478a


Comments

No comments written yet.

Please login to write comment.