Color Hex Logo

#8678ad Color Hex

#8678AD
(134,120,173)
0 Favorites   0 Comments

Color spaces of #8678ad

RGB 134120173
HSL0.710.240.57
HSV256°31°68°
CMYK 0.230.310.00   0.32
XYZ24.090821.518442.4189
Yxy21.51840.27370.2444
Hunter Lab46.387911.5221-21.7455
CIE-Lab53.512216.8058-26.2220

#8678ad color RGB value is (134,120,173).

#8678ad hex color red value is 134, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8678ad hue: 0.71 , saturation: 0.24 and the lightness value of 8678ad is 0.57.

The process color (four color CMYK) of #8678ad color hex is 0.23, 0.31, 0.00, 0.32. Web safe color of #8678ad is #996699. Color #8678ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111000 10101101
Octal 206 170 255
Decimal 134 120 173
Hex 86 78 AD

RGB Percentages of Color #8678ad

%31.38
%28.10
%40.52

CMYK Percentages of Color #8678ad

%23
%31
%0
%32

Triadic Colors of #8678ad

#8678ad #ad8678 #78ad86

Analogous Colors of #8678ad

#8678ad #a178ad #7885ad

Monochromatic Colors of #8678ad

#8678ad

Complementary Color

#8678ad #9fad78

#8678ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8678ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8678ad Color CSS Codes

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

#8678ad Text Font Color

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

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


#8678ad Background Color

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

This div background color is #8678ad


#8678ad Border Color

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

This div border color is #8678ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8678ad


Comments

No comments written yet.

Please login to write comment.