Color Hex Logo

#955684 Color Hex

#955684
(149,86,132)
0 Favorites   0 Comments

Color spaces of #955684

RGB 14986132
HSL0.880.270.46
HSV316°42°58°
CMYK 0.000.420.11   0.42
XYZ19.887114.711123.6212
Yxy14.71110.34160.2527
Hunter Lab38.355125.4309-9.6656
CIE-Lab45.235932.8865-14.5948

#955684 color RGB value is (149,86,132).

#955684 hex color red value is 149, green value is 86 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #955684 hue: 0.88 , saturation: 0.27 and the lightness value of 955684 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010110 10000100
Octal 225 126 204
Decimal 149 86 132
Hex 95 56 84

RGB Percentages of Color #955684

%40.60
%23.43
%35.97

CMYK Percentages of Color #955684

%0
%42
%11
%42

Triadic Colors of #955684

#955684 #849556 #568495

Analogous Colors of #955684

#955684 #955665 #875695

Monochromatic Colors of #955684

#955684

Complementary Color

#955684 #569567

#955684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955684 Color CSS Codes

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

#955684 Text Font Color

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

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


#955684 Background Color

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

This div background color is #955684


#955684 Border Color

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

This div border color is #955684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955684


Comments

No comments written yet.

Please login to write comment.