Color Hex Logo

#871abb Color Hex

#871ABB
(135,26,187)
0 Favorites   0 Comments

Color spaces of #871abb

RGB 13526187
HSL0.780.760.42
HSV281°86°73°
CMYK 0.280.860.00   0.27
XYZ19.33079.477547.8242
Yxy9.47750.25230.1237
Hunter Lab30.785558.2081-70.5549
CIE-Lab36.887966.0751-60.8429

#871abb color RGB value is (135,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011010 10111011
Octal 207 32 273
Decimal 135 26 187
Hex 87 1A BB

RGB Percentages of Color #871abb

%38.79
%7.47
%53.74

CMYK Percentages of Color #871abb

%28
%86
%0
%27

Triadic Colors of #871abb

#871abb #bb871a #1abb87

Analogous Colors of #871abb

#871abb #bb1a9f #371abb

Monochromatic Colors of #871abb

#871abb

Complementary Color

#871abb #4ebb1a

#871abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#871abb Color CSS Codes

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

#871abb Text Font Color

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

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


#871abb Background Color

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

This div background color is #871abb


#871abb Border Color

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

This div border color is #871abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871abb


Comments

No comments written yet.

Please login to write comment.