Color Hex Logo

#953496 Color Hex

#953496
(149,52,150)
0 Favorites   0 Comments

Color spaces of #953496

RGB 14952150
HSL0.830.490.40
HSV299°65°59°
CMYK 0.010.650.00   0.41
XYZ19.127411.047629.9784
Yxy11.04760.31800.1837
Hunter Lab33.237944.5548-30.2091
CIE-Lab39.660553.0895-34.1442

#953496 color RGB value is (149,52,150).

#953496 hex color red value is 149, green value is 52 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #953496 hue: 0.83 , saturation: 0.49 and the lightness value of 953496 is 0.40.

The process color (four color CMYK) of #953496 color hex is 0.01, 0.65, 0.00, 0.41. Web safe color of #953496 is #993399. Color #953496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110100 10010110
Octal 225 64 226
Decimal 149 52 150
Hex 95 34 96

RGB Percentages of Color #953496

%42.45
%14.81
%42.74

CMYK Percentages of Color #953496

%1
%65
%0
%41

Triadic Colors of #953496

#953496 #969534 #349695

Analogous Colors of #953496

#953496 #963466 #643496

Monochromatic Colors of #953496

#953496

Complementary Color

#953496 #359634

#953496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953496 Color CSS Codes

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

#953496 Text Font Color

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

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


#953496 Background Color

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

This div background color is #953496


#953496 Border Color

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

This div border color is #953496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953496


Comments

No comments written yet.

Please login to write comment.