Color Hex Logo

#93848b Color Hex

#93848B
(147,132,139)
0 Favorites   0 Comments

Color spaces of #93848b

RGB 147132139
HSL0.920.060.55
HSV332°10°58°
CMYK 0.000.100.05   0.42
XYZ24.944124.569727.8538
Yxy24.56970.32240.3176
Hunter Lab49.56783.08311.3805
CIE-Lab56.65376.9576-1.6963

#93848b color RGB value is (147,132,139).

#93848b hex color red value is 147, green value is 132 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #93848b hue: 0.92 , saturation: 0.06 and the lightness value of 93848b is 0.55.

The process color (four color CMYK) of #93848b color hex is 0.00, 0.10, 0.05, 0.42. Web safe color of #93848b is #999999. Color #93848b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000100 10001011
Octal 223 204 213
Decimal 147 132 139
Hex 93 84 8B

RGB Percentages of Color #93848b

%35.17
%31.58
%33.25

CMYK Percentages of Color #93848b

%0
%10
%5
%42

Triadic Colors of #93848b

#93848b #8b9384 #848b93

Analogous Colors of #93848b

#93848b #938584 #938493

Monochromatic Colors of #93848b

#93848b

Complementary Color

#93848b #84938c

#93848b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93848b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93848b Color CSS Codes

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

#93848b Text Font Color

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

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


#93848b Background Color

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

This div background color is #93848b


#93848b Border Color

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

This div border color is #93848b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,132,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93848b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93848b;
  -webkit-box-shadow: 1px 1px 3px 2px #93848b;
  box-shadow:         1px 1px 3px 2px #93848b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93848b


Comments

No comments written yet.

Please login to write comment.