Color Hex Logo

#995196 Color Hex

#995196
(153,81,150)
0 Favorites   0 Comments

Color spaces of #995196

RGB 15381150
HSL0.840.310.46
HSV303°47°60°
CMYK 0.000.470.02   0.40
XYZ21.584314.859230.5846
Yxy14.85920.32200.2217
Hunter Lab38.547632.4906-20.0587
CIE-Lab45.440740.2184-25.0495

#995196 color RGB value is (153,81,150).

#995196 hex color red value is 153, green value is 81 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #995196 hue: 0.84 , saturation: 0.31 and the lightness value of 995196 is 0.46.

The process color (four color CMYK) of #995196 color hex is 0.00, 0.47, 0.02, 0.40. Web safe color of #995196 is #996699. Color #995196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010001 10010110
Octal 231 121 226
Decimal 153 81 150
Hex 99 51 96

RGB Percentages of Color #995196

%39.84
%21.09
%39.06

CMYK Percentages of Color #995196

%0
%47
%2
%40

Triadic Colors of #995196

#995196 #969951 #519699

Analogous Colors of #995196

#995196 #995172 #785199

Monochromatic Colors of #995196

#995196

Complementary Color

#995196 #519954

#995196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995196 Color CSS Codes

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

#995196 Text Font Color

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

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


#995196 Background Color

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

This div background color is #995196


#995196 Border Color

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

This div border color is #995196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,81,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995196;
  -webkit-box-shadow: 1px 1px 3px 2px #995196;
  box-shadow:         1px 1px 3px 2px #995196; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995196


Comments

No comments written yet.

Please login to write comment.