Color Hex Logo

#871eaa Color Hex

#871EAA
(135,30,170)
0 Favorites   0 Comments

Color spaces of #871eaa

RGB 13530170
HSL0.790.700.39
HSV285°82°67°
CMYK 0.210.820.00   0.33
XYZ17.71168.981738.8303
Yxy8.98170.27030.1371
Hunter Lab29.969553.0447-55.8411
CIE-Lab35.949061.6718-52.2623

#871eaa color RGB value is (135,30,170).

#871eaa hex color red value is 135, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #871eaa hue: 0.79 , saturation: 0.70 and the lightness value of 871eaa is 0.39.

The process color (four color CMYK) of #871eaa color hex is 0.21, 0.82, 0.00, 0.33. Web safe color of #871eaa is #993399. Color #871eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011110 10101010
Octal 207 36 252
Decimal 135 30 170
Hex 87 1E AA

RGB Percentages of Color #871eaa

%40.30
%8.96
%50.75

CMYK Percentages of Color #871eaa

%21
%82
%0
%33

Triadic Colors of #871eaa

#871eaa #aa871e #1eaa87

Analogous Colors of #871eaa

#871eaa #aa1e87 #411eaa

Monochromatic Colors of #871eaa

#871eaa

Complementary Color

#871eaa #41aa1e

#871eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#871eaa Color CSS Codes

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

#871eaa Text Font Color

<p style="color:#871eaa">Text here</p>

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


#871eaa Background Color

<div style="background-color:#871eaa">
Div content here</div>

This div background color is #871eaa


#871eaa Border Color

<div style="border:3px solid #871eaa">
Div here</div>

This div border color is #871eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871eaa


Comments

No comments written yet.

Please login to write comment.