Color Hex Logo

#8e71bc Color Hex

#8E71BC
(142,113,188)
0 Favorites   0 Comments

Color spaces of #8e71bc

RGB 142113188
HSL0.730.360.59
HSV263°40°74°
CMYK 0.240.400.00   0.26
XYZ26.137621.191950.2898
Yxy21.19190.26780.2171
Hunter Lab46.034720.7882-32.5461
CIE-Lab53.158927.0479-35.3583

#8e71bc color RGB value is (142,113,188).

#8e71bc hex color red value is 142, green value is 113 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8e71bc hue: 0.73 , saturation: 0.36 and the lightness value of 8e71bc is 0.59.

The process color (four color CMYK) of #8e71bc color hex is 0.24, 0.40, 0.00, 0.26. Web safe color of #8e71bc is #9966cc. Color #8e71bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01110001 10111100
Octal 216 161 274
Decimal 142 113 188
Hex 8E 71 BC

RGB Percentages of Color #8e71bc

%32.05
%25.51
%42.44

CMYK Percentages of Color #8e71bc

%24
%40
%0
%26

Triadic Colors of #8e71bc

#8e71bc #bc8e71 #71bc8e

Analogous Colors of #8e71bc

#8e71bc #b471bc #717abc

Monochromatic Colors of #8e71bc

#8e71bc

Complementary Color

#8e71bc #9fbc71

#8e71bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e71bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e71bc Color CSS Codes

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

#8e71bc Text Font Color

<p style="color:#8e71bc">Text here</p>

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


#8e71bc Background Color

<div style="background-color:#8e71bc">
Div content here</div>

This div background color is #8e71bc


#8e71bc Border Color

<div style="border:3px solid #8e71bc">
Div here</div>

This div border color is #8e71bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,113,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e71bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e71bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8e71bc;
  box-shadow:         1px 1px 3px 2px #8e71bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,113,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e71bc


Comments

No comments written yet.

Please login to write comment.