Color Hex Logo

#953096 Color Hex

#953096
(149,48,150)
0 Favorites   0 Comments

Color spaces of #953096

RGB 14948150
HSL0.830.520.39
HSV299°68°59°
CMYK 0.010.680.00   0.41
XYZ18.956410.705529.9214
Yxy10.70550.31810.1797
Hunter Lab32.719346.1580-31.3166
CIE-Lab39.080054.7161-35.0627

#953096 color RGB value is (149,48,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110000 10010110
Octal 225 60 226
Decimal 149 48 150
Hex 95 30 96

RGB Percentages of Color #953096

%42.94
%13.83
%43.23

CMYK Percentages of Color #953096

%1
%68
%0
%41

Triadic Colors of #953096

#953096 #969530 #309695

Analogous Colors of #953096

#953096 #963064 #623096

Monochromatic Colors of #953096

#953096

Complementary Color

#953096 #319630

#953096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953096 Color CSS Codes

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

#953096 Text Font Color

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

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


#953096 Background Color

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

This div background color is #953096


#953096 Border Color

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

This div border color is #953096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953096


Comments

No comments written yet.

Please login to write comment.