Color Hex Logo

#871bab Color Hex

#871BAB
(135,27,171)
0 Favorites   0 Comments

Color spaces of #871bab

RGB 13527171
HSL0.790.730.39
HSV285°84°67°
CMYK 0.210.840.00   0.33
XYZ17.73438.875039.3064
Yxy8.87500.26900.1346
Hunter Lab29.790954.1254-57.3740
CIE-Lab35.742562.6840-53.1957

#871bab color RGB value is (135,27,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011011 10101011
Octal 207 33 253
Decimal 135 27 171
Hex 87 1B AB

RGB Percentages of Color #871bab

%40.54
%8.11
%51.35

CMYK Percentages of Color #871bab

%21
%84
%0
%33

Triadic Colors of #871bab

#871bab #ab871b #1bab87

Analogous Colors of #871bab

#871bab #ab1b87 #3f1bab

Monochromatic Colors of #871bab

#871bab

Complementary Color

#871bab #3fab1b

#871bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#871bab Color CSS Codes

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

#871bab Text Font Color

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

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


#871bab Background Color

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

This div background color is #871bab


#871bab Border Color

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

This div border color is #871bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871bab


Comments

No comments written yet.

Please login to write comment.