Color Hex Logo

#8672ae Color Hex

#8672AE
(134,114,174)
0 Favorites   0 Comments

Color spaces of #8672ae

RGB 134114174
HSL0.720.270.56
HSV260°34°68°
CMYK 0.230.340.00   0.32
XYZ23.488820.159042.6975
Yxy20.15900.27200.2335
Hunter Lab44.898814.8094-24.9540
CIE-Lab52.016520.5950-29.1200

#8672ae color RGB value is (134,114,174).

#8672ae hex color red value is 134, green value is 114 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8672ae hue: 0.72 , saturation: 0.27 and the lightness value of 8672ae is 0.56.

The process color (four color CMYK) of #8672ae color hex is 0.23, 0.34, 0.00, 0.32. Web safe color of #8672ae is #996699. Color #8672ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110010 10101110
Octal 206 162 256
Decimal 134 114 174
Hex 86 72 AE

RGB Percentages of Color #8672ae

%31.75
%27.01
%41.23

CMYK Percentages of Color #8672ae

%23
%34
%0
%32

Triadic Colors of #8672ae

#8672ae #ae8672 #72ae86

Analogous Colors of #8672ae

#8672ae #a472ae #727cae

Monochromatic Colors of #8672ae

#8672ae

Complementary Color

#8672ae #9aae72

#8672ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8672ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8672ae Color CSS Codes

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

#8672ae Text Font Color

<p style="color:#8672ae">Text here</p>

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


#8672ae Background Color

<div style="background-color:#8672ae">
Div content here</div>

This div background color is #8672ae


#8672ae Border Color

<div style="border:3px solid #8672ae">
Div here</div>

This div border color is #8672ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,114,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8672ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8672ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8672ae;
  box-shadow:         1px 1px 3px 2px #8672ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,114,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8672ae


Comments

No comments written yet.

Please login to write comment.