Color Hex Logo

#955868 Color Hex

#955868
(149,88,104)
0 Favorites   0 Comments

Color spaces of #955868

RGB 14988104
HSL0.960.260.46
HSV344°41°58°
CMYK 0.000.410.30   0.42
XYZ18.382814.368514.9012
Yxy14.36850.38580.3015
Hunter Lab37.905820.23023.2265
CIE-Lab44.756827.27011.6868

#955868 color RGB value is (149,88,104).

#955868 hex color red value is 149, green value is 88 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #955868 hue: 0.96 , saturation: 0.26 and the lightness value of 955868 is 0.46.

The process color (four color CMYK) of #955868 color hex is 0.00, 0.41, 0.30, 0.42. Web safe color of #955868 is #996666. Color #955868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011000 01101000
Octal 225 130 150
Decimal 149 88 104
Hex 95 58 68

RGB Percentages of Color #955868

%43.70
%25.81
%30.50

CMYK Percentages of Color #955868

%0
%41
%30
%42

Triadic Colors of #955868

#955868 #689558 #586895

Analogous Colors of #955868

#955868 #956758 #955887

Monochromatic Colors of #955868

#955868

Complementary Color

#955868 #589585

#955868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955868 Color CSS Codes

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

#955868 Text Font Color

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

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


#955868 Background Color

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

This div background color is #955868


#955868 Border Color

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

This div border color is #955868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955868


Comments

No comments written yet.

Please login to write comment.