Color Hex Logo

#8f7dac Color Hex

#8F7DAC
(143,125,172)
0 Favorites   0 Comments

Color spaces of #8f7dac

RGB 143125172
HSL0.730.220.58
HSV263°27°67°
CMYK 0.170.270.00   0.33
XYZ26.107723.485442.1868
Yxy23.48540.28450.2559
Hunter Lab48.461711.3549-17.6898
CIE-Lab55.568816.5361-22.4092

#8f7dac color RGB value is (143,125,172).

#8f7dac hex color red value is 143, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8f7dac hue: 0.73 , saturation: 0.22 and the lightness value of 8f7dac is 0.58.

The process color (four color CMYK) of #8f7dac color hex is 0.17, 0.27, 0.00, 0.33. Web safe color of #8f7dac is #996699. Color #8f7dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01111101 10101100
Octal 217 175 254
Decimal 143 125 172
Hex 8F 7D AC

RGB Percentages of Color #8f7dac

%32.50
%28.41
%39.09

CMYK Percentages of Color #8f7dac

%17
%27
%0
%33

Triadic Colors of #8f7dac

#8f7dac #ac8f7d #7dac8f

Analogous Colors of #8f7dac

#8f7dac #a77dac #7d83ac

Monochromatic Colors of #8f7dac

#8f7dac

Complementary Color

#8f7dac #9aac7d

#8f7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f7dac Color CSS Codes

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

#8f7dac Text Font Color

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

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


#8f7dac Background Color

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

This div background color is #8f7dac


#8f7dac Border Color

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

This div border color is #8f7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f7dac


Comments

No comments written yet.

Please login to write comment.