Color Hex Logo

#946176 Color Hex

#946176
(148,97,118)
0 Favorites   0 Comments

Color spaces of #946176

RGB 14897118
HSL0.930.210.48
HSV335°34°58°
CMYK 0.000.340.20   0.42
XYZ19.757516.153319.2161
Yxy16.15330.35840.2930
Hunter Lab40.191217.4139-0.2138
CIE-Lab47.175023.8824-3.2618

#946176 color RGB value is (148,97,118).

#946176 hex color red value is 148, green value is 97 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #946176 hue: 0.93 , saturation: 0.21 and the lightness value of 946176 is 0.48.

The process color (four color CMYK) of #946176 color hex is 0.00, 0.34, 0.20, 0.42. Web safe color of #946176 is #996666. Color #946176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100001 01110110
Octal 224 141 166
Decimal 148 97 118
Hex 94 61 76

RGB Percentages of Color #946176

%40.77
%26.72
%32.51

CMYK Percentages of Color #946176

%0
%34
%20
%42

Triadic Colors of #946176

#946176 #769461 #617694

Analogous Colors of #946176

#946176 #946661 #946190

Monochromatic Colors of #946176

#946176

Complementary Color

#946176 #61947f

#946176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#946176 Color CSS Codes

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

#946176 Text Font Color

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

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


#946176 Background Color

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

This div background color is #946176


#946176 Border Color

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

This div border color is #946176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946176


Comments

No comments written yet.

Please login to write comment.