Color Hex Logo

#8d93aa Color Hex

#8D93AA
(141,147,170)
0 Favorites   0 Comments

Color spaces of #8d93aa

RGB 141147170
HSL0.630.150.61
HSV228°17°67°
CMYK 0.170.140.00   0.33
XYZ28.673929.432442.2000
Yxy29.43240.28590.2934
Hunter Lab54.2516-0.5968-8.1430
CIE-Lab61.16142.7485-12.7822

#8d93aa color RGB value is (141,147,170).

#8d93aa hex color red value is 141, green value is 147 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8d93aa hue: 0.63 , saturation: 0.15 and the lightness value of 8d93aa is 0.61.

The process color (four color CMYK) of #8d93aa color hex is 0.17, 0.14, 0.00, 0.33. Web safe color of #8d93aa is #999999. Color #8d93aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10010011 10101010
Octal 215 223 252
Decimal 141 147 170
Hex 8D 93 AA

RGB Percentages of Color #8d93aa

%30.79
%32.10
%37.12

CMYK Percentages of Color #8d93aa

%17
%14
%0
%33

Triadic Colors of #8d93aa

#8d93aa #aa8d93 #93aa8d

Analogous Colors of #8d93aa

#8d93aa #968daa #8da2aa

Monochromatic Colors of #8d93aa

#8d93aa

Complementary Color

#8d93aa #aaa48d

#8d93aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d93aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d93aa Color CSS Codes

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

#8d93aa Text Font Color

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

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


#8d93aa Background Color

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

This div background color is #8d93aa


#8d93aa Border Color

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

This div border color is #8d93aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,147,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d93aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d93aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8d93aa;
  box-shadow:         1px 1px 3px 2px #8d93aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d93aa


Comments

No comments written yet.

Please login to write comment.