Color Hex Logo

#8971eb Color Hex

#8971EB
(137,113,235)
0 Favorites   0 Comments

Color spaces of #8971eb

RGB 137113235
HSL0.700.750.68
HSV252°52°92°
CMYK 0.420.520.00   0.08
XYZ31.217123.126881.4159
Yxy23.12680.22990.1704
Hunter Lab48.090331.7125-66.7135
CIE-Lab55.202738.0671-58.7659

#8971eb color RGB value is (137,113,235).

#8971eb hex color red value is 137, green value is 113 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8971eb hue: 0.70 , saturation: 0.75 and the lightness value of 8971eb is 0.68.

The process color (four color CMYK) of #8971eb color hex is 0.42, 0.52, 0.00, 0.08. Web safe color of #8971eb is #9966ff. Color #8971eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110001 11101011
Octal 211 161 353
Decimal 137 113 235
Hex 89 71 EB

RGB Percentages of Color #8971eb

%28.25
%23.30
%48.45

CMYK Percentages of Color #8971eb

%42
%52
%0
%8

Triadic Colors of #8971eb

#8971eb #eb8971 #71eb89

Analogous Colors of #8971eb

#8971eb #c671eb #7196eb

Monochromatic Colors of #8971eb

#8971eb

Complementary Color

#8971eb #d3eb71

#8971eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8971eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8971eb Color CSS Codes

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

#8971eb Text Font Color

<p style="color:#8971eb">Text here</p>

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


#8971eb Background Color

<div style="background-color:#8971eb">
Div content here</div>

This div background color is #8971eb


#8971eb Border Color

<div style="border:3px solid #8971eb">
Div here</div>

This div border color is #8971eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,113,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8971eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8971eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8971eb;
  box-shadow:         1px 1px 3px 2px #8971eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8971eb


Comments

No comments written yet.

Please login to write comment.