Color Hex Logo

#955182 Color Hex

#955182
(149,81,130)
0 Favorites   0 Comments

Color spaces of #955182

RGB 14981130
HSL0.880.300.45
HSV317°46°58°
CMYK 0.000.460.13   0.42
XYZ19.366113.886122.7787
Yxy13.88610.34560.2478
Hunter Lab37.264127.5542-10.1578
CIE-Lab44.069135.3007-15.1605

#955182 color RGB value is (149,81,130).

#955182 hex color red value is 149, green value is 81 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #955182 hue: 0.88 , saturation: 0.30 and the lightness value of 955182 is 0.45.

The process color (four color CMYK) of #955182 color hex is 0.00, 0.46, 0.13, 0.42. Web safe color of #955182 is #996699. Color #955182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 10000010
Octal 225 121 202
Decimal 149 81 130
Hex 95 51 82

RGB Percentages of Color #955182

%41.39
%22.50
%36.11

CMYK Percentages of Color #955182

%0
%46
%13
%42

Triadic Colors of #955182

#955182 #829551 #518295

Analogous Colors of #955182

#955182 #955160 #865195

Monochromatic Colors of #955182

#955182

Complementary Color

#955182 #519564

#955182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955182 Color CSS Codes

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

#955182 Text Font Color

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

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


#955182 Background Color

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

This div background color is #955182


#955182 Border Color

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

This div border color is #955182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955182


Comments

No comments written yet.

Please login to write comment.