Color Hex Logo

#953596 Color Hex

#953596
(149,53,150)
0 Favorites   0 Comments

Color spaces of #953596

RGB 14953150
HSL0.830.480.40
HSV299°65°59°
CMYK 0.010.650.00   0.41
XYZ19.172611.137829.9935
Yxy11.13780.31790.1847
Hunter Lab33.373344.1428-29.9241
CIE-Lab39.811652.6689-33.9056

#953596 color RGB value is (149,53,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110101 10010110
Octal 225 65 226
Decimal 149 53 150
Hex 95 35 96

RGB Percentages of Color #953596

%42.33
%15.06
%42.61

CMYK Percentages of Color #953596

%1
%65
%0
%41

Triadic Colors of #953596

#953596 #969535 #359695

Analogous Colors of #953596

#953596 #963567 #653596

Monochromatic Colors of #953596

#953596

Complementary Color

#953596 #369635

#953596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953596 Color CSS Codes

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

#953596 Text Font Color

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

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


#953596 Background Color

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

This div background color is #953596


#953596 Border Color

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

This div border color is #953596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953596


Comments

No comments written yet.

Please login to write comment.