Color Hex Logo

#8717ae Color Hex

#8717AE
(135,23,174)
0 Favorites   0 Comments

Color spaces of #8717ae

RGB 13523174
HSL0.790.770.39
HSV285°87°68°
CMYK 0.220.870.00   0.32
XYZ17.93818.819740.8013
Yxy8.81970.26550.1305
Hunter Lab29.698055.8457-60.6684
CIE-Lab35.634864.2385-55.1643

#8717ae color RGB value is (135,23,174).

#8717ae hex color red value is 135, green value is 23 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8717ae hue: 0.79 , saturation: 0.77 and the lightness value of 8717ae is 0.39.

The process color (four color CMYK) of #8717ae color hex is 0.22, 0.87, 0.00, 0.32. Web safe color of #8717ae is #990099. Color #8717ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010111 10101110
Octal 207 27 256
Decimal 135 23 174
Hex 87 17 AE

RGB Percentages of Color #8717ae

%40.66
%6.93
%52.41

CMYK Percentages of Color #8717ae

%22
%87
%0
%32

Triadic Colors of #8717ae

#8717ae #ae8717 #17ae87

Analogous Colors of #8717ae

#8717ae #ae178a #3c17ae

Monochromatic Colors of #8717ae

#8717ae

Complementary Color

#8717ae #3eae17

#8717ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8717ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8717ae Color CSS Codes

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

#8717ae Text Font Color

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

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


#8717ae Background Color

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

This div background color is #8717ae


#8717ae Border Color

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

This div border color is #8717ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,23,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 #8717ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8717ae


Comments

No comments written yet.

Please login to write comment.