Color Hex Logo

#8693ad Color Hex

#8693AD
(134,147,173)
0 Favorites   0 Comments

Color spaces of #8693ad

RGB 134147173
HSL0.610.190.60
HSV220°23°68°
CMYK 0.230.150.00   0.32
XYZ27.808128.952943.6580
Yxy28.95290.27690.2883
Hunter Lab53.8079-1.9144-10.4405
CIE-Lab60.74001.1548-15.1690

#8693ad color RGB value is (134,147,173).

#8693ad hex color red value is 134, green value is 147 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8693ad hue: 0.61 , saturation: 0.19 and the lightness value of 8693ad is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010011 10101101
Octal 206 223 255
Decimal 134 147 173
Hex 86 93 AD

RGB Percentages of Color #8693ad

%29.52
%32.38
%38.11

CMYK Percentages of Color #8693ad

%23
%15
%0
%32

Triadic Colors of #8693ad

#8693ad #ad8693 #93ad86

Analogous Colors of #8693ad

#8693ad #8d86ad #86a7ad

Monochromatic Colors of #8693ad

#8693ad

Complementary Color

#8693ad #ada086

#8693ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8693ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8693ad Color CSS Codes

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

#8693ad Text Font Color

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

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


#8693ad Background Color

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

This div background color is #8693ad


#8693ad Border Color

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

This div border color is #8693ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,147,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 #8693ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8693ad


Comments

No comments written yet.

Please login to write comment.