Color Hex Logo

#953581 Color Hex

#953581
(149,53,129)
0 Favorites   0 Comments

Color spaces of #953581

RGB 14953129
HSL0.870.480.40
HSV313°64°58°
CMYK 0.000.640.13   0.42
XYZ17.630010.520721.8704
Yxy10.52070.35250.2103
Hunter Lab32.435640.2592-17.2726
CIE-Lab38.761249.1112-22.7126

#953581 color RGB value is (149,53,129).

#953581 hex color red value is 149, green value is 53 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #953581 hue: 0.87 , saturation: 0.48 and the lightness value of 953581 is 0.40.

The process color (four color CMYK) of #953581 color hex is 0.00, 0.64, 0.13, 0.42. Web safe color of #953581 is #993399. Color #953581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110101 10000001
Octal 225 65 201
Decimal 149 53 129
Hex 95 35 81

RGB Percentages of Color #953581

%45.02
%16.01
%38.97

CMYK Percentages of Color #953581

%0
%64
%13
%42

Triadic Colors of #953581

#953581 #819535 #358195

Analogous Colors of #953581

#953581 #953551 #793595

Monochromatic Colors of #953581

#953581

Complementary Color

#953581 #359549

#953581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953581 Color CSS Codes

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

#953581 Text Font Color

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

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


#953581 Background Color

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

This div background color is #953581


#953581 Border Color

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

This div border color is #953581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953581


Comments

No comments written yet.

Please login to write comment.