Color Hex Logo

#871aea Color Hex

#871AEA
(135,26,234)
0 Favorites   0 Comments

Color spaces of #871aea

RGB 13526234
HSL0.750.830.51
HSV271°89°92°
CMYK 0.420.890.00   0.08
XYZ25.212411.830278.7965
Yxy11.83020.21770.1021
Hunter Lab34.395170.6534-111.7524
CIE-Lab40.945075.8115-81.3801

#871aea color RGB value is (135,26,234).

#871aea hex color red value is 135, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #871aea hue: 0.75 , saturation: 0.83 and the lightness value of 871aea is 0.51.

The process color (four color CMYK) of #871aea color hex is 0.42, 0.89, 0.00, 0.08. Web safe color of #871aea is #9933ff. Color #871aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011010 11101010
Octal 207 32 352
Decimal 135 26 234
Hex 87 1A EA

RGB Percentages of Color #871aea

%34.18
%6.58
%59.24

CMYK Percentages of Color #871aea

%42
%89
%0
%8

Triadic Colors of #871aea

#871aea #ea871a #1aea87

Analogous Colors of #871aea

#871aea #ea1ae5 #1f1aea

Monochromatic Colors of #871aea

#871aea

Complementary Color

#871aea #7dea1a

#871aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#871aea Color CSS Codes

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

#871aea Text Font Color

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

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


#871aea Background Color

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

This div background color is #871aea


#871aea Border Color

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

This div border color is #871aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871aea


Comments

No comments written yet.

Please login to write comment.