Color Hex Logo

#8b71bf Color Hex

#8B71BF
(139,113,191)
0 Favorites   0 Comments

Color spaces of #8b71bf

RGB 139113191
HSL0.720.380.60
HSV260°41°75°
CMYK 0.270.410.00   0.25
XYZ25.956621.060851.9873
Yxy21.06080.26220.2127
Hunter Lab45.892020.6487-35.0403
CIE-Lab53.016026.9116-37.3250

#8b71bf color RGB value is (139,113,191).

#8b71bf hex color red value is 139, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8b71bf hue: 0.72 , saturation: 0.38 and the lightness value of 8b71bf is 0.60.

The process color (four color CMYK) of #8b71bf color hex is 0.27, 0.41, 0.00, 0.25. Web safe color of #8b71bf is #9966cc. Color #8b71bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110001 10111111
Octal 213 161 277
Decimal 139 113 191
Hex 8B 71 BF

RGB Percentages of Color #8b71bf

%31.38
%25.51
%43.12

CMYK Percentages of Color #8b71bf

%27
%41
%0
%25

Triadic Colors of #8b71bf

#8b71bf #bf8b71 #71bf8b

Analogous Colors of #8b71bf

#8b71bf #b271bf #717ebf

Monochromatic Colors of #8b71bf

#8b71bf

Complementary Color

#8b71bf #a5bf71

#8b71bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b71bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b71bf Color CSS Codes

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

#8b71bf Text Font Color

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

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


#8b71bf Background Color

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

This div background color is #8b71bf


#8b71bf Border Color

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

This div border color is #8b71bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b71bf


Comments

No comments written yet.

Please login to write comment.