Color Hex Logo

#8959be Color Hex

#8959BE
(137,89,190)
0 Favorites   0 Comments

Color spaces of #8959be

RGB 13789190
HSL0.750.440.55
HSV269°53°75°
CMYK 0.280.530.00   0.25
XYZ23.183216.180850.6165
Yxy16.18080.25760.1798
Hunter Lab40.225432.4810-46.4482
CIE-Lab47.210839.9425-45.9477

#8959be color RGB value is (137,89,190).

#8959be hex color red value is 137, green value is 89 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8959be hue: 0.75 , saturation: 0.44 and the lightness value of 8959be is 0.55.

The process color (four color CMYK) of #8959be color hex is 0.28, 0.53, 0.00, 0.25. Web safe color of #8959be is #9966cc. Color #8959be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 10111110
Octal 211 131 276
Decimal 137 89 190
Hex 89 59 BE

RGB Percentages of Color #8959be

%32.93
%21.39
%45.67

CMYK Percentages of Color #8959be

%28
%53
%0
%25

Triadic Colors of #8959be

#8959be #be8959 #59be89

Analogous Colors of #8959be

#8959be #bc59be #595cbe

Monochromatic Colors of #8959be

#8959be

Complementary Color

#8959be #8ebe59

#8959be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8959be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8959be Color CSS Codes

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

#8959be Text Font Color

<p style="color:#8959be">Text here</p>

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


#8959be Background Color

<div style="background-color:#8959be">
Div content here</div>

This div background color is #8959be


#8959be Border Color

<div style="border:3px solid #8959be">
Div here</div>

This div border color is #8959be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,89,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8959be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8959be;
  -webkit-box-shadow: 1px 1px 3px 2px #8959be;
  box-shadow:         1px 1px 3px 2px #8959be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8959be


Comments

No comments written yet.

Please login to write comment.