Color Hex Logo

#8593ab Color Hex

#8593AB
(133,147,171)
0 Favorites   0 Comments

Color spaces of #8593ab

RGB 133147171
HSL0.610.180.60
HSV218°22°67°
CMYK 0.220.140.00   0.33
XYZ27.457328.794342.6388
Yxy28.79430.27770.2912
Hunter Lab53.6603-2.5694-9.5500
CIE-Lab60.59970.3582-14.2543

#8593ab color RGB value is (133,147,171).

#8593ab hex color red value is 133, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8593ab hue: 0.61 , saturation: 0.18 and the lightness value of 8593ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010011 10101011
Octal 205 223 253
Decimal 133 147 171
Hex 85 93 AB

RGB Percentages of Color #8593ab

%29.49
%32.59
%37.92

CMYK Percentages of Color #8593ab

%22
%14
%0
%33

Triadic Colors of #8593ab

#8593ab #ab8593 #93ab85

Analogous Colors of #8593ab

#8593ab #8a85ab #85a6ab

Monochromatic Colors of #8593ab

#8593ab

Complementary Color

#8593ab #ab9d85

#8593ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8593ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8593ab Color CSS Codes

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

#8593ab Text Font Color

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

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


#8593ab Background Color

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

This div background color is #8593ab


#8593ab Border Color

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

This div border color is #8593ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8593ab

#8593ab Color Palettes


Comments

No comments written yet.

Please login to write comment.