Color Hex Logo

#938090 Color Hex

#938090
(147,128,144)
0 Favorites   0 Comments

Color spaces of #938090

RGB 147128144
HSL0.860.080.54
HSV309°13°58°
CMYK 0.000.130.02   0.42
XYZ24.785823.655029.6451
Yxy23.65500.31740.3029
Hunter Lab48.63645.8524-2.0932
CIE-Lab55.740710.2145-5.9358

#938090 color RGB value is (147,128,144).

#938090 hex color red value is 147, green value is 128 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #938090 hue: 0.86 , saturation: 0.08 and the lightness value of 938090 is 0.54.

The process color (four color CMYK) of #938090 color hex is 0.00, 0.13, 0.02, 0.42. Web safe color of #938090 is #999999. Color #938090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000000 10010000
Octal 223 200 220
Decimal 147 128 144
Hex 93 80 90

RGB Percentages of Color #938090

%35.08
%30.55
%34.37

CMYK Percentages of Color #938090

%0
%13
%2
%42

Triadic Colors of #938090

#938090 #909380 #809093

Analogous Colors of #938090

#938090 #938087 #8d8093

Monochromatic Colors of #938090

#938090

Complementary Color

#938090 #809383

#938090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938090 Color CSS Codes

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

#938090 Text Font Color

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

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


#938090 Background Color

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

This div background color is #938090


#938090 Border Color

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

This div border color is #938090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938090


Comments

No comments written yet.

Please login to write comment.