Color Hex Logo

#995871 Color Hex

#995871
(153,88,113)
0 Favorites   0 Comments

Color spaces of #995871

RGB 15388113
HSL0.940.270.47
HSV337°42°60°
CMYK 0.000.420.26   0.40
XYZ19.607214.944017.4739
Yxy14.94400.37690.2872
Hunter Lab38.657522.88520.2600
CIE-Lab45.557430.1017-2.5525

#995871 color RGB value is (153,88,113).

#995871 hex color red value is 153, green value is 88 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #995871 hue: 0.94 , saturation: 0.27 and the lightness value of 995871 is 0.47.

The process color (four color CMYK) of #995871 color hex is 0.00, 0.42, 0.26, 0.40. Web safe color of #995871 is #996666. Color #995871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011000 01110001
Octal 231 130 161
Decimal 153 88 113
Hex 99 58 71

RGB Percentages of Color #995871

%43.22
%24.86
%31.92

CMYK Percentages of Color #995871

%0
%42
%26
%40

Triadic Colors of #995871

#995871 #719958 #587199

Analogous Colors of #995871

#995871 #996058 #995892

Monochromatic Colors of #995871

#995871

Complementary Color

#995871 #589980

#995871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995871 Color CSS Codes

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

#995871 Text Font Color

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

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


#995871 Background Color

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

This div background color is #995871


#995871 Border Color

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

This div border color is #995871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995871


Comments

No comments written yet.

Please login to write comment.