Color Hex Logo

#8d65ac Color Hex

#8D65AC
(141,101,172)
0 Favorites   0 Comments

Color spaces of #8d65ac

RGB 141101172
HSL0.760.300.54
HSV274°41°67°
CMYK 0.180.410.00   0.33
XYZ23.084617.948641.2775
Yxy17.94860.28050.2181
Hunter Lab42.365823.1223-28.1109
CIE-Lab49.433729.9175-31.9319

#8d65ac color RGB value is (141,101,172).

#8d65ac hex color red value is 141, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8d65ac hue: 0.76 , saturation: 0.30 and the lightness value of 8d65ac is 0.54.

The process color (four color CMYK) of #8d65ac color hex is 0.18, 0.41, 0.00, 0.33. Web safe color of #8d65ac is #996699. Color #8d65ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01100101 10101100
Octal 215 145 254
Decimal 141 101 172
Hex 8D 65 AC

RGB Percentages of Color #8d65ac

%34.06
%24.40
%41.55

CMYK Percentages of Color #8d65ac

%18
%41
%0
%33

Triadic Colors of #8d65ac

#8d65ac #ac8d65 #65ac8d

Analogous Colors of #8d65ac

#8d65ac #ac65a8 #6a65ac

Monochromatic Colors of #8d65ac

#8d65ac

Complementary Color

#8d65ac #84ac65

#8d65ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d65ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d65ac Color CSS Codes

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

#8d65ac Text Font Color

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

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


#8d65ac Background Color

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

This div background color is #8d65ac


#8d65ac Border Color

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

This div border color is #8d65ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,101,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d65ac


Comments

No comments written yet.

Please login to write comment.