Color Hex Logo

#956087 Color Hex

#956087
(149,96,135)
0 Favorites   0 Comments

Color spaces of #956087

RGB 14996135
HSL0.880.220.48
HSV316°36°58°
CMYK 0.000.360.09   0.42
XYZ20.950516.504625.0032
Yxy16.50460.33540.2642
Hunter Lab40.625920.9561-8.0520
CIE-Lab47.629727.7678-12.7671

#956087 color RGB value is (149,96,135).

#956087 hex color red value is 149, green value is 96 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #956087 hue: 0.88 , saturation: 0.22 and the lightness value of 956087 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100000 10000111
Octal 225 140 207
Decimal 149 96 135
Hex 95 60 87

RGB Percentages of Color #956087

%39.21
%25.26
%35.53

CMYK Percentages of Color #956087

%0
%36
%9
%42

Triadic Colors of #956087

#956087 #879560 #608795

Analogous Colors of #956087

#956087 #95606d #896095

Monochromatic Colors of #956087

#956087

Complementary Color

#956087 #60956e

#956087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956087 Color CSS Codes

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

#956087 Text Font Color

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

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


#956087 Background Color

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

This div background color is #956087


#956087 Border Color

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

This div border color is #956087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956087


Comments

No comments written yet.

Please login to write comment.