Color Hex Logo

#8d51ae Color Hex

#8D51AE
(141,81,174)
0 Favorites   0 Comments

Color spaces of #8d51ae

RGB 14181174
HSL0.770.360.50
HSV279°53°68°
CMYK 0.190.530.00   0.32
XYZ21.566914.603641.7265
Yxy14.60360.27690.1875
Hunter Lab38.214733.8630-37.9884
CIE-Lab45.086441.6637-39.9502

#8d51ae color RGB value is (141,81,174).

#8d51ae hex color red value is 141, green value is 81 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8d51ae hue: 0.77 , saturation: 0.36 and the lightness value of 8d51ae is 0.50.

The process color (four color CMYK) of #8d51ae color hex is 0.19, 0.53, 0.00, 0.32. Web safe color of #8d51ae is #996699. Color #8d51ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010001 10101110
Octal 215 121 256
Decimal 141 81 174
Hex 8D 51 AE

RGB Percentages of Color #8d51ae

%35.61
%20.45
%43.94

CMYK Percentages of Color #8d51ae

%19
%53
%0
%32

Triadic Colors of #8d51ae

#8d51ae #ae8d51 #51ae8d

Analogous Colors of #8d51ae

#8d51ae #ae51a1 #5f51ae

Monochromatic Colors of #8d51ae

#8d51ae

Complementary Color

#8d51ae #72ae51

#8d51ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d51ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d51ae Color CSS Codes

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

#8d51ae Text Font Color

<p style="color:#8d51ae">Text here</p>

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


#8d51ae Background Color

<div style="background-color:#8d51ae">
Div content here</div>

This div background color is #8d51ae


#8d51ae Border Color

<div style="border:3px solid #8d51ae">
Div here</div>

This div border color is #8d51ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,81,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d51ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d51ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8d51ae;
  box-shadow:         1px 1px 3px 2px #8d51ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,81,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 #8d51ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d51ae


Comments

No comments written yet.

Please login to write comment.