Color Hex Logo

#947175 Color Hex

#947175
(148,113,117)
0 Favorites   0 Comments

Color spaces of #947175

RGB 148113117
HSL0.980.140.51
HSV353°24°58°
CMYK 0.000.240.21   0.42
XYZ21.328819.390519.4482
Yxy19.39050.35450.3223
Hunter Lab44.03469.39844.6384
CIE-Lab51.141014.44003.1262

#947175 color RGB value is (148,113,117).

#947175 hex color red value is 148, green value is 113 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #947175 hue: 0.98 , saturation: 0.14 and the lightness value of 947175 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110001 01110101
Octal 224 161 165
Decimal 148 113 117
Hex 94 71 75

RGB Percentages of Color #947175

%39.15
%29.89
%30.95

CMYK Percentages of Color #947175

%0
%24
%21
%42

Triadic Colors of #947175

#947175 #759471 #717594

Analogous Colors of #947175

#947175 #947f71 #947187

Monochromatic Colors of #947175

#947175

Complementary Color

#947175 #719490

#947175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947175 Color CSS Codes

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

#947175 Text Font Color

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

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


#947175 Background Color

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

This div background color is #947175


#947175 Border Color

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

This div border color is #947175


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,113,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947175


Comments

No comments written yet.

Please login to write comment.