Color Hex Logo

#8595ad Color Hex

#8595AD
(133,149,173)
0 Favorites   0 Comments

Color spaces of #8595ad

RGB 133149173
HSL0.600.200.60
HSV216°23°68°
CMYK 0.230.140.00   0.32
XYZ27.963129.498643.7551
Yxy29.49860.27630.2914
Hunter Lab54.3126-3.1455-9.7461
CIE-Lab61.2192-0.2948-14.4521

#8595ad color RGB value is (133,149,173).

#8595ad hex color red value is 133, green value is 149 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8595ad hue: 0.60 , saturation: 0.20 and the lightness value of 8595ad is 0.60.

The process color (four color CMYK) of #8595ad color hex is 0.23, 0.14, 0.00, 0.32. Web safe color of #8595ad is #999999. Color #8595ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010101 10101101
Octal 205 225 255
Decimal 133 149 173
Hex 85 95 AD

RGB Percentages of Color #8595ad

%29.23
%32.75
%38.02

CMYK Percentages of Color #8595ad

%23
%14
%0
%32

Triadic Colors of #8595ad

#8595ad #ad8595 #95ad85

Analogous Colors of #8595ad

#8595ad #8985ad #85a9ad

Monochromatic Colors of #8595ad

#8595ad

Complementary Color

#8595ad #ad9d85

#8595ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8595ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8595ad Color CSS Codes

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

#8595ad Text Font Color

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

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


#8595ad Background Color

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

This div background color is #8595ad


#8595ad Border Color

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

This div border color is #8595ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,149,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8595ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8595ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8595ad;
  box-shadow:         1px 1px 3px 2px #8595ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,149,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8595ad


Comments

No comments written yet.

Please login to write comment.