Color Hex Logo

#953698 Color Hex

#953698
(149,54,152)
0 Favorites   0 Comments

Color spaces of #953698

RGB 14954152
HSL0.830.480.40
HSV298°64°60°
CMYK 0.020.640.00   0.40
XYZ19.381111.294930.8644
Yxy11.29490.31490.1835
Hunter Lab33.607944.1241-30.9245
CIE-Lab40.072852.6023-34.7028

#953698 color RGB value is (149,54,152).

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

The process color (four color CMYK) of #953698 color hex is 0.02, 0.64, 0.00, 0.40. Web safe color of #953698 is #993399. Color #953698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110110 10011000
Octal 225 66 230
Decimal 149 54 152
Hex 95 36 98

RGB Percentages of Color #953698

%41.97
%15.21
%42.82

CMYK Percentages of Color #953698

%2
%64
%0
%40

Triadic Colors of #953698

#953698 #989536 #369895

Analogous Colors of #953698

#953698 #98366a #643698

Monochromatic Colors of #953698

#953698

Complementary Color

#953698 #399836

#953698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953698 Color CSS Codes

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

#953698 Text Font Color

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

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


#953698 Background Color

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

This div background color is #953698


#953698 Border Color

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

This div border color is #953698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953698


Comments

No comments written yet.

Please login to write comment.