Color Hex Logo

#8947ba Color Hex

#8947BA
(137,71,186)
0 Favorites   0 Comments

Color spaces of #8947ba

RGB 13771186
HSL0.760.450.50
HSV274°62°73°
CMYK 0.260.620.00   0.27
XYZ21.432713.370047.9054
Yxy13.37000.25910.1617
Hunter Lab36.565040.6396-52.0829
CIE-Lab43.315548.6629-49.8466

#8947ba color RGB value is (137,71,186).

#8947ba hex color red value is 137, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8947ba hue: 0.76 , saturation: 0.45 and the lightness value of 8947ba is 0.50.

The process color (four color CMYK) of #8947ba color hex is 0.26, 0.62, 0.00, 0.27. Web safe color of #8947ba is #9933cc. Color #8947ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000111 10111010
Octal 211 107 272
Decimal 137 71 186
Hex 89 47 BA

RGB Percentages of Color #8947ba

%34.77
%18.02
%47.21

CMYK Percentages of Color #8947ba

%26
%62
%0
%27

Triadic Colors of #8947ba

#8947ba #ba8947 #47ba89

Analogous Colors of #8947ba

#8947ba #ba47b2 #5047ba

Monochromatic Colors of #8947ba

#8947ba

Complementary Color

#8947ba #78ba47

#8947ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8947ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8947ba Color CSS Codes

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

#8947ba Text Font Color

<p style="color:#8947ba">Text here</p>

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


#8947ba Background Color

<div style="background-color:#8947ba">
Div content here</div>

This div background color is #8947ba


#8947ba Border Color

<div style="border:3px solid #8947ba">
Div here</div>

This div border color is #8947ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,71,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8947ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8947ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8947ba;
  box-shadow:         1px 1px 3px 2px #8947ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8947ba


Comments

No comments written yet.

Please login to write comment.