Color Hex Logo

#9093ab Color Hex

#9093AB
(144,147,171)
0 Favorites   0 Comments

Color spaces of #9093ab

RGB 144147171
HSL0.650.140.62
HSV233°16°67°
CMYK 0.160.140.00   0.33
XYZ29.286029.737042.7244
Yxy29.73700.28780.2923
Hunter Lab54.53160.4323-8.2803
CIE-Lab61.42663.9745-12.9263

#9093ab color RGB value is (144,147,171).

#9093ab hex color red value is 144, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9093ab hue: 0.65 , saturation: 0.14 and the lightness value of 9093ab is 0.62.

The process color (four color CMYK) of #9093ab color hex is 0.16, 0.14, 0.00, 0.33. Web safe color of #9093ab is #999999. Color #9093ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010011 10101011
Octal 220 223 253
Decimal 144 147 171
Hex 90 93 AB

RGB Percentages of Color #9093ab

%31.17
%31.82
%37.01

CMYK Percentages of Color #9093ab

%16
%14
%0
%33

Triadic Colors of #9093ab

#9093ab #ab9093 #93ab90

Analogous Colors of #9093ab

#9093ab #9b90ab #90a1ab

Monochromatic Colors of #9093ab

#9093ab

Complementary Color

#9093ab #aba890

#9093ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9093ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9093ab Color CSS Codes

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

#9093ab Text Font Color

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

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


#9093ab Background Color

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

This div background color is #9093ab


#9093ab Border Color

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

This div border color is #9093ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9093ab


Comments

No comments written yet.

Please login to write comment.