Color Hex Logo

#8731ae Color Hex

#8731AE
(135,49,174)
0 Favorites   0 Comments

Color spaces of #8731ae

RGB 13549174
HSL0.780.560.44
HSV281°72°68°
CMYK 0.220.720.00   0.32
XYZ18.730010.403541.0653
Yxy10.40350.26680.1482
Hunter Lab32.254547.2087-52.9079
CIE-Lab38.557155.8023-50.4362

#8731ae color RGB value is (135,49,174).

#8731ae hex color red value is 135, green value is 49 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8731ae hue: 0.78 , saturation: 0.56 and the lightness value of 8731ae is 0.44.

The process color (four color CMYK) of #8731ae color hex is 0.22, 0.72, 0.00, 0.32. Web safe color of #8731ae is #993399. Color #8731ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110001 10101110
Octal 207 61 256
Decimal 135 49 174
Hex 87 31 AE

RGB Percentages of Color #8731ae

%37.71
%13.69
%48.60

CMYK Percentages of Color #8731ae

%22
%72
%0
%32

Triadic Colors of #8731ae

#8731ae #ae8731 #31ae87

Analogous Colors of #8731ae

#8731ae #ae3197 #4831ae

Monochromatic Colors of #8731ae

#8731ae

Complementary Color

#8731ae #58ae31

#8731ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8731ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8731ae Color CSS Codes

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

#8731ae Text Font Color

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

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


#8731ae Background Color

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

This div background color is #8731ae


#8731ae Border Color

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

This div border color is #8731ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8731ae


Comments

No comments written yet.

Please login to write comment.