Color Hex Logo

#953694 Color Hex

#953694
(149,54,148)
0 Favorites   0 Comments

Color spaces of #953694

RGB 14954148
HSL0.840.470.40
HSV301°64°58°
CMYK 0.000.640.01   0.42
XYZ19.058911.166029.1677
Yxy11.16600.32090.1880
Hunter Lab33.415643.3320-28.3620
CIE-Lab39.858751.8853-32.6190

#953694 color RGB value is (149,54,148).

#953694 hex color red value is 149, green value is 54 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #953694 hue: 0.84 , saturation: 0.47 and the lightness value of 953694 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110110 10010100
Octal 225 66 224
Decimal 149 54 148
Hex 95 36 94

RGB Percentages of Color #953694

%42.45
%15.38
%42.17

CMYK Percentages of Color #953694

%0
%64
%1
%42

Triadic Colors of #953694

#953694 #949536 #369495

Analogous Colors of #953694

#953694 #953665 #673695

Monochromatic Colors of #953694

#953694

Complementary Color

#953694 #369537

#953694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953694 Color CSS Codes

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

#953694 Text Font Color

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

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


#953694 Background Color

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

This div background color is #953694


#953694 Border Color

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

This div border color is #953694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953694


Comments

No comments written yet.

Please login to write comment.