Color Hex Logo

#955496 Color Hex

#955496
(149,84,150)
0 Favorites   0 Comments

Color spaces of #955496

RGB 14984150
HSL0.830.280.46
HSV299°44°59°
CMYK 0.010.440.00   0.41
XYZ21.069814.932230.6259
Yxy14.93220.31620.2241
Hunter Lab38.642229.7039-19.9408
CIE-Lab45.541237.3421-24.9352

#955496 color RGB value is (149,84,150).

#955496 hex color red value is 149, green value is 84 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #955496 hue: 0.83 , saturation: 0.28 and the lightness value of 955496 is 0.46.

The process color (four color CMYK) of #955496 color hex is 0.01, 0.44, 0.00, 0.41. Web safe color of #955496 is #996699. Color #955496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010100 10010110
Octal 225 124 226
Decimal 149 84 150
Hex 95 54 96

RGB Percentages of Color #955496

%38.90
%21.93
%39.16

CMYK Percentages of Color #955496

%1
%44
%0
%41

Triadic Colors of #955496

#955496 #969554 #549695

Analogous Colors of #955496

#955496 #965476 #745496

Monochromatic Colors of #955496

#955496

Complementary Color

#955496 #559654

#955496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955496 Color CSS Codes

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

#955496 Text Font Color

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

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


#955496 Background Color

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

This div background color is #955496


#955496 Border Color

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

This div border color is #955496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955496


Comments

No comments written yet.

Please login to write comment.