Color Hex Logo

#871aef Color Hex

#871AEF
(135,26,239)
0 Favorites   0 Comments

Color spaces of #871aef

RGB 13526239
HSL0.750.870.52
HSV271°89°94°
CMYK 0.440.890.00   0.06
XYZ25.941112.121782.6338
Yxy12.12170.21490.1004
Hunter Lab34.816272.0695-116.3492
CIE-Lab41.408976.8775-83.4490

#871aef color RGB value is (135,26,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011010 11101111
Octal 207 32 357
Decimal 135 26 239
Hex 87 1A EF

RGB Percentages of Color #871aef

%33.75
%6.50
%59.75

CMYK Percentages of Color #871aef

%44
%89
%0
%6

Triadic Colors of #871aef

#871aef #ef871a #1aef87

Analogous Colors of #871aef

#871aef #ef1aed #1c1aef

Monochromatic Colors of #871aef

#871aef

Complementary Color

#871aef #82ef1a

#871aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#871aef Color CSS Codes

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

#871aef Text Font Color

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

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


#871aef Background Color

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

This div background color is #871aef


#871aef Border Color

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

This div border color is #871aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871aef


Comments

No comments written yet.

Please login to write comment.