Color Hex Logo

#948290 Color Hex

#948290
(148,130,144)
0 Favorites   0 Comments

Color spaces of #948290

RGB 148130144
HSL0.870.080.55
HSV313°12°58°
CMYK 0.000.120.03   0.42
XYZ25.229424.274829.7413
Yxy24.27480.31840.3063
Hunter Lab49.26955.1829-1.3015
CIE-Lab56.36199.4314-5.0048

#948290 color RGB value is (148,130,144).

#948290 hex color red value is 148, green value is 130 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #948290 hue: 0.87 , saturation: 0.08 and the lightness value of 948290 is 0.55.

The process color (four color CMYK) of #948290 color hex is 0.00, 0.12, 0.03, 0.42. Web safe color of #948290 is #999999. Color #948290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000010 10010000
Octal 224 202 220
Decimal 148 130 144
Hex 94 82 90

RGB Percentages of Color #948290

%35.07
%30.81
%34.12

CMYK Percentages of Color #948290

%0
%12
%3
%42

Triadic Colors of #948290

#948290 #909482 #829094

Analogous Colors of #948290

#948290 #948287 #8f8294

Monochromatic Colors of #948290

#948290

Complementary Color

#948290 #829486

#948290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948290 Color CSS Codes

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

#948290 Text Font Color

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

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


#948290 Background Color

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

This div background color is #948290


#948290 Border Color

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

This div border color is #948290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948290


Comments

No comments written yet.

Please login to write comment.