Color Hex Logo

#995c9f Color Hex

#995C9F
(153,92,159)
0 Favorites   0 Comments

Color spaces of #995c9f

RGB 15392159
HSL0.820.270.49
HSV295°42°62°
CMYK 0.040.420.00   0.38
XYZ23.222016.929834.8447
Yxy16.92980.30960.2257
Hunter Lab41.145828.7371-21.4081
CIE-Lab48.171535.9759-26.1604

#995c9f color RGB value is (153,92,159).

#995c9f hex color red value is 153, green value is 92 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #995c9f hue: 0.82 , saturation: 0.27 and the lightness value of 995c9f is 0.49.

The process color (four color CMYK) of #995c9f color hex is 0.04, 0.42, 0.00, 0.38. Web safe color of #995c9f is #996699. Color #995c9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011100 10011111
Octal 231 134 237
Decimal 153 92 159
Hex 99 5C 9F

RGB Percentages of Color #995c9f

%37.87
%22.77
%39.36

CMYK Percentages of Color #995c9f

%4
%42
%0
%38

Triadic Colors of #995c9f

#995c9f #9f995c #5c9f99

Analogous Colors of #995c9f

#995c9f #9f5c84 #785c9f

Monochromatic Colors of #995c9f

#995c9f

Complementary Color

#995c9f #629f5c

#995c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#995c9f Color CSS Codes

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

#995c9f Text Font Color

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

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


#995c9f Background Color

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

This div background color is #995c9f


#995c9f Border Color

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

This div border color is #995c9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,92,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995c9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995c9f;
  -webkit-box-shadow: 1px 1px 3px 2px #995c9f;
  box-shadow:         1px 1px 3px 2px #995c9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995c9f


Comments

No comments written yet.

Please login to write comment.