Color Hex Logo

#955698 Color Hex

#955698
(149,86,152)
0 Favorites   0 Comments

Color spaces of #955698

RGB 14986152
HSL0.830.280.47
HSV297°43°60°
CMYK 0.020.430.00   0.40
XYZ21.389715.312131.5339
Yxy15.31210.31350.2244
Hunter Lab39.130729.0934-20.3880
CIE-Lab46.058736.6351-25.3253

#955698 color RGB value is (149,86,152).

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

The process color (four color CMYK) of #955698 color hex is 0.02, 0.43, 0.00, 0.40. Web safe color of #955698 is #996699. Color #955698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010110 10011000
Octal 225 126 230
Decimal 149 86 152
Hex 95 56 98

RGB Percentages of Color #955698

%38.50
%22.22
%39.28

CMYK Percentages of Color #955698

%2
%43
%0
%40

Triadic Colors of #955698

#955698 #989556 #569895

Analogous Colors of #955698

#955698 #98567a #745698

Monochromatic Colors of #955698

#955698

Complementary Color

#955698 #599856

#955698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955698 Color CSS Codes

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

#955698 Text Font Color

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

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


#955698 Background Color

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

This div background color is #955698


#955698 Border Color

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

This div border color is #955698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955698


Comments

No comments written yet.

Please login to write comment.