Color Hex Logo

#871abd Color Hex

#871ABD
(135,26,189)
0 Favorites   0 Comments

Color spaces of #871abd

RGB 13526189
HSL0.780.760.42
HSV280°86°74°
CMYK 0.290.860.00   0.26
XYZ19.54649.563848.9599
Yxy9.56380.25040.1225
Hunter Lab30.925458.7015-72.2179
CIE-Lab37.047966.4749-61.7609

#871abd color RGB value is (135,26,189).

#871abd hex color red value is 135, green value is 26 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #871abd hue: 0.78 , saturation: 0.76 and the lightness value of 871abd is 0.42.

The process color (four color CMYK) of #871abd color hex is 0.29, 0.86, 0.00, 0.26. Web safe color of #871abd is #9933cc. Color #871abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011010 10111101
Octal 207 32 275
Decimal 135 26 189
Hex 87 1A BD

RGB Percentages of Color #871abd

%38.57
%7.43
%54.00

CMYK Percentages of Color #871abd

%29
%86
%0
%26

Triadic Colors of #871abd

#871abd #bd871a #1abd87

Analogous Colors of #871abd

#871abd #bd1aa2 #351abd

Monochromatic Colors of #871abd

#871abd

Complementary Color

#871abd #50bd1a

#871abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#871abd Color CSS Codes

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

#871abd Text Font Color

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

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


#871abd Background Color

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

This div background color is #871abd


#871abd Border Color

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

This div border color is #871abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871abd


Comments

No comments written yet.

Please login to write comment.