Color Hex Logo

#8750ac Color Hex

#8750AC
(135,80,172)
0 Favorites   0 Comments

Color spaces of #8750ac

RGB 13580172
HSL0.770.370.49
HSV276°53°67°
CMYK 0.220.530.00   0.33
XYZ20.306713.866840.6360
Yxy13.86680.27140.1854
Hunter Lab37.238232.1728-38.6333
CIE-Lab44.041340.1089-40.4754

#8750ac color RGB value is (135,80,172).

#8750ac hex color red value is 135, green value is 80 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8750ac hue: 0.77 , saturation: 0.37 and the lightness value of 8750ac is 0.49.

The process color (four color CMYK) of #8750ac color hex is 0.22, 0.53, 0.00, 0.33. Web safe color of #8750ac is #996699. Color #8750ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010000 10101100
Octal 207 120 254
Decimal 135 80 172
Hex 87 50 AC

RGB Percentages of Color #8750ac

%34.88
%20.67
%44.44

CMYK Percentages of Color #8750ac

%22
%53
%0
%33

Triadic Colors of #8750ac

#8750ac #ac8750 #50ac87

Analogous Colors of #8750ac

#8750ac #ac50a3 #5950ac

Monochromatic Colors of #8750ac

#8750ac

Complementary Color

#8750ac #75ac50

#8750ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8750ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8750ac Color CSS Codes

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

#8750ac Text Font Color

<p style="color:#8750ac">Text here</p>

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


#8750ac Background Color

<div style="background-color:#8750ac">
Div content here</div>

This div background color is #8750ac


#8750ac Border Color

<div style="border:3px solid #8750ac">
Div here</div>

This div border color is #8750ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,80,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8750ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8750ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8750ac;
  box-shadow:         1px 1px 3px 2px #8750ac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8750ac


Comments

No comments written yet.

Please login to write comment.