Color Hex Logo

#995271 Color Hex

#995271
(153,82,113)
0 Favorites   0 Comments

Color spaces of #995271

RGB 15382113
HSL0.930.300.46
HSV334°46°60°
CMYK 0.000.460.26   0.40
XYZ19.134813.999117.3164
Yxy13.99910.37930.2775
Hunter Lab37.415425.8108-1.2495
CIE-Lab44.231633.4242-4.5107

#995271 color RGB value is (153,82,113).

#995271 hex color red value is 153, green value is 82 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #995271 hue: 0.93 , saturation: 0.30 and the lightness value of 995271 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010010 01110001
Octal 231 122 161
Decimal 153 82 113
Hex 99 52 71

RGB Percentages of Color #995271

%43.97
%23.56
%32.47

CMYK Percentages of Color #995271

%0
%46
%26
%40

Triadic Colors of #995271

#995271 #719952 #527199

Analogous Colors of #995271

#995271 #995752 #995295

Monochromatic Colors of #995271

#995271

Complementary Color

#995271 #52997a

#995271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995271 Color CSS Codes

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

#995271 Text Font Color

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

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


#995271 Background Color

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

This div background color is #995271


#995271 Border Color

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

This div border color is #995271


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,82,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 #995271">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995271


Comments

No comments written yet.

Please login to write comment.