Color Hex Logo

#871bef Color Hex

#871BEF
(135,27,239)
0 Favorites   0 Comments

Color spaces of #871bef

RGB 13527239
HSL0.750.870.52
HSV271°89°94°
CMYK 0.440.890.00   0.06
XYZ25.963612.166882.6413
Yxy12.16680.21500.1007
Hunter Lab34.880971.8247-116.0555
CIE-Lab41.480076.6648-83.3319

#871bef color RGB value is (135,27,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011011 11101111
Octal 207 33 357
Decimal 135 27 239
Hex 87 1B EF

RGB Percentages of Color #871bef

%33.67
%6.73
%59.60

CMYK Percentages of Color #871bef

%44
%89
%0
%6

Triadic Colors of #871bef

#871bef #ef871b #1bef87

Analogous Colors of #871bef

#871bef #ef1bed #1d1bef

Monochromatic Colors of #871bef

#871bef

Complementary Color

#871bef #83ef1b

#871bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#871bef Color CSS Codes

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

#871bef Text Font Color

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

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


#871bef Background Color

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

This div background color is #871bef


#871bef Border Color

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

This div border color is #871bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,27,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 #871bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871bef


Comments

No comments written yet.

Please login to write comment.