Color Hex Logo

#957168 Color Hex

#957168
(149,113,104)
0 Favorites   0 Comments

Color spaces of #957168

RGB 149113104
HSL0.030.180.50
HSV12°30°58°
CMYK 0.000.240.30   0.42
XYZ20.798219.199315.7064
Yxy19.19930.37340.3447
Hunter Lab43.81708.04719.4191
CIE-Lab50.919612.853610.4882

#957168 color RGB value is (149,113,104).

#957168 hex color red value is 149, green value is 113 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #957168 hue: 0.03 , saturation: 0.18 and the lightness value of 957168 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110001 01101000
Octal 225 161 150
Decimal 149 113 104
Hex 95 71 68

RGB Percentages of Color #957168

%40.71
%30.87
%28.42

CMYK Percentages of Color #957168

%0
%24
%30
%42

Triadic Colors of #957168

#957168 #689571 #716895

Analogous Colors of #957168

#957168 #958868 #956876

Monochromatic Colors of #957168

#957168

Complementary Color

#957168 #688c95

#957168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957168 Color CSS Codes

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

#957168 Text Font Color

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

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


#957168 Background Color

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

This div background color is #957168


#957168 Border Color

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

This div border color is #957168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957168


Comments

No comments written yet.

Please login to write comment.