Color Hex Logo

#955192 Color Hex

#955192
(149,81,146)
0 Favorites   0 Comments

Color spaces of #955192

RGB 14981146
HSL0.840.300.45
HSV303°46°58°
CMYK 0.000.460.02   0.42
XYZ20.525214.349728.8821
Yxy14.34970.32190.2251
Hunter Lab37.881030.4256-18.6885
CIE-Lab44.730338.2072-23.7974

#955192 color RGB value is (149,81,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 10010010
Octal 225 121 222
Decimal 149 81 146
Hex 95 51 92

RGB Percentages of Color #955192

%39.63
%21.54
%38.83

CMYK Percentages of Color #955192

%0
%46
%2
%42

Triadic Colors of #955192

#955192 #929551 #519295

Analogous Colors of #955192

#955192 #955170 #765195

Monochromatic Colors of #955192

#955192

Complementary Color

#955192 #519554

#955192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955192 Color CSS Codes

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

#955192 Text Font Color

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

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


#955192 Background Color

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

This div background color is #955192


#955192 Border Color

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

This div border color is #955192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955192


Comments

No comments written yet.

Please login to write comment.