Color Hex Logo

#948492 Color Hex

#948492
(148,132,146)
0 Favorites   0 Comments

Color spaces of #948492

RGB 148132146
HSL0.850.070.55
HSV308°11°58°
CMYK 0.000.110.01   0.42
XYZ25.652324.873830.6432
Yxy24.87380.31600.3064
Hunter Lab49.87364.5319-1.5172
CIE-Lab56.95238.6722-5.2856

#948492 color RGB value is (148,132,146).

#948492 hex color red value is 148, green value is 132 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #948492 hue: 0.85 , saturation: 0.07 and the lightness value of 948492 is 0.55.

The process color (four color CMYK) of #948492 color hex is 0.00, 0.11, 0.01, 0.42. Web safe color of #948492 is #999999. Color #948492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000100 10010010
Octal 224 204 222
Decimal 148 132 146
Hex 94 84 92

RGB Percentages of Color #948492

%34.74
%30.99
%34.27

CMYK Percentages of Color #948492

%0
%11
%1
%42

Triadic Colors of #948492

#948492 #929484 #849294

Analogous Colors of #948492

#948492 #94848a #8e8494

Monochromatic Colors of #948492

#948492

Complementary Color

#948492 #849486

#948492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948492 Color CSS Codes

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

#948492 Text Font Color

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

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


#948492 Background Color

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

This div background color is #948492


#948492 Border Color

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

This div border color is #948492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948492


Comments

No comments written yet.

Please login to write comment.