Color Hex Logo

#995fad Color Hex

#995FAD
(153,95,173)
0 Favorites   0 Comments

Color spaces of #995fad

RGB 15395173
HSL0.790.320.53
HSV285°45°68°
CMYK 0.120.450.00   0.32
XYZ24.771917.973941.6988
Yxy17.97390.29340.2128
Hunter Lab42.395630.1057-28.6385
CIE-Lab49.464437.2076-32.3697

#995fad color RGB value is (153,95,173).

#995fad hex color red value is 153, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #995fad hue: 0.79 , saturation: 0.32 and the lightness value of 995fad is 0.53.

The process color (four color CMYK) of #995fad color hex is 0.12, 0.45, 0.00, 0.32. Web safe color of #995fad is #996699. Color #995fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011111 10101101
Octal 231 137 255
Decimal 153 95 173
Hex 99 5F AD

RGB Percentages of Color #995fad

%36.34
%22.57
%41.09

CMYK Percentages of Color #995fad

%12
%45
%0
%32

Triadic Colors of #995fad

#995fad #ad995f #5fad99

Analogous Colors of #995fad

#995fad #ad5f9a #725fad

Monochromatic Colors of #995fad

#995fad

Complementary Color

#995fad #73ad5f

#995fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#995fad Color CSS Codes

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

#995fad Text Font Color

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

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


#995fad Background Color

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

This div background color is #995fad


#995fad Border Color

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

This div border color is #995fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995fad


Comments

No comments written yet.

Please login to write comment.