Color Hex Logo

#8971bc Color Hex

#8971BC
(137,113,188)
0 Favorites   0 Comments

Color spaces of #8971bc

RGB 137113188
HSL0.720.360.59
HSV259°40°74°
CMYK 0.270.400.00   0.26
XYZ25.298820.759550.2505
Yxy20.75950.26270.2156
Hunter Lab45.562619.3782-33.4965
CIE-Lab52.685325.5733-36.1346

#8971bc color RGB value is (137,113,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110001 10111100
Octal 211 161 274
Decimal 137 113 188
Hex 89 71 BC

RGB Percentages of Color #8971bc

%31.28
%25.80
%42.92

CMYK Percentages of Color #8971bc

%27
%40
%0
%26

Triadic Colors of #8971bc

#8971bc #bc8971 #71bc89

Analogous Colors of #8971bc

#8971bc #af71bc #717fbc

Monochromatic Colors of #8971bc

#8971bc

Complementary Color

#8971bc #a4bc71

#8971bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8971bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8971bc Color CSS Codes

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

#8971bc Text Font Color

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

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


#8971bc Background Color

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

This div background color is #8971bc


#8971bc Border Color

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

This div border color is #8971bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,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 #8971bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8971bc


Comments

No comments written yet.

Please login to write comment.