Color Hex Logo

#955186 Color Hex

#955186
(149,81,134)
0 Favorites   0 Comments

Color spaces of #955186

RGB 14981134
HSL0.870.300.45
HSV313°46°58°
CMYK 0.000.460.10   0.42
XYZ19.639913.995724.2205
Yxy13.99570.33950.2419
Hunter Lab37.410828.2398-12.1979
CIE-Lab44.226836.0013-17.3426

#955186 color RGB value is (149,81,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 10000110
Octal 225 121 206
Decimal 149 81 134
Hex 95 51 86

RGB Percentages of Color #955186

%40.93
%22.25
%36.81

CMYK Percentages of Color #955186

%0
%46
%10
%42

Triadic Colors of #955186

#955186 #869551 #518695

Analogous Colors of #955186

#955186 #955164 #825195

Monochromatic Colors of #955186

#955186

Complementary Color

#955186 #519560

#955186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955186 Color CSS Codes

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

#955186 Text Font Color

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

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


#955186 Background Color

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

This div background color is #955186


#955186 Border Color

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

This div border color is #955186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955186


Comments

No comments written yet.

Please login to write comment.