Color Hex Logo

#99478b Color Hex

#99478B
(153,71,139)
0 Favorites   0 Comments

Color spaces of #99478b

RGB 15371139
HSL0.860.370.44
HSV310°54°60°
CMYK 0.000.540.09   0.40
XYZ20.050313.142925.9062
Yxy13.14290.33930.2224
Hunter Lab36.253135.2789-16.9910
CIE-Lab42.977843.4297-22.2446

#99478b color RGB value is (153,71,139).

#99478b hex color red value is 153, green value is 71 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #99478b hue: 0.86 , saturation: 0.37 and the lightness value of 99478b is 0.44.

The process color (four color CMYK) of #99478b color hex is 0.00, 0.54, 0.09, 0.40. Web safe color of #99478b is #993399. Color #99478b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000111 10001011
Octal 231 107 213
Decimal 153 71 139
Hex 99 47 8B

RGB Percentages of Color #99478b

%42.15
%19.56
%38.29

CMYK Percentages of Color #99478b

%0
%54
%9
%40

Triadic Colors of #99478b

#99478b #8b9947 #478b99

Analogous Colors of #99478b

#99478b #994762 #7e4799

Monochromatic Colors of #99478b

#99478b

Complementary Color

#99478b #479955

#99478b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99478b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99478b Color CSS Codes

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

#99478b Text Font Color

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

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


#99478b Background Color

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

This div background color is #99478b


#99478b Border Color

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

This div border color is #99478b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,71,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99478b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99478b;
  -webkit-box-shadow: 1px 1px 3px 2px #99478b;
  box-shadow:         1px 1px 3px 2px #99478b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,71,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99478b


Comments

No comments written yet.

Please login to write comment.