Color Hex Logo

#8750aa Color Hex

#8750AA
(135,80,170)
0 Favorites   0 Comments

Color spaces of #8750aa

RGB 13580170
HSL0.770.360.49
HSV277°53°67°
CMYK 0.210.530.00   0.33
XYZ20.116013.790539.6318
Yxy13.79050.27350.1875
Hunter Lab37.135631.7046-37.2806
CIE-Lab43.931039.6458-39.4695

#8750aa color RGB value is (135,80,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010000 10101010
Octal 207 120 252
Decimal 135 80 170
Hex 87 50 AA

RGB Percentages of Color #8750aa

%35.06
%20.78
%44.16

CMYK Percentages of Color #8750aa

%21
%53
%0
%33

Triadic Colors of #8750aa

#8750aa #aa8750 #50aa87

Analogous Colors of #8750aa

#8750aa #aa50a0 #5a50aa

Monochromatic Colors of #8750aa

#8750aa

Complementary Color

#8750aa #73aa50

#8750aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8750aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8750aa Color CSS Codes

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

#8750aa Text Font Color

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

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


#8750aa Background Color

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

This div background color is #8750aa


#8750aa Border Color

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

This div border color is #8750aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,80,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8750aa


Comments

No comments written yet.

Please login to write comment.