Color Hex Logo

#953886 Color Hex

#953886
(149,56,134)
0 Favorites   0 Comments

Color spaces of #953886

RGB 14956134
HSL0.860.450.40
HSV310°62°58°
CMYK 0.000.620.10   0.42
XYZ18.111710.939123.7111
Yxy10.93910.34330.2073
Hunter Lab33.074339.8677-19.3532
CIE-Lab39.477748.5965-24.6751

#953886 color RGB value is (149,56,134).

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

The process color (four color CMYK) of #953886 color hex is 0.00, 0.62, 0.10, 0.42. Web safe color of #953886 is #993399. Color #953886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111000 10000110
Octal 225 70 206
Decimal 149 56 134
Hex 95 38 86

RGB Percentages of Color #953886

%43.95
%16.52
%39.53

CMYK Percentages of Color #953886

%0
%62
%10
%42

Triadic Colors of #953886

#953886 #869538 #388695

Analogous Colors of #953886

#953886 #953857 #763895

Monochromatic Colors of #953886

#953886

Complementary Color

#953886 #389547

#953886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953886 Color CSS Codes

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

#953886 Text Font Color

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

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


#953886 Background Color

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

This div background color is #953886


#953886 Border Color

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

This div border color is #953886


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,56,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 #953886">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953886


Comments

No comments written yet.

Please login to write comment.