Color Hex Logo

#8960be Color Hex

#8960BE
(137,96,190)
0 Favorites   0 Comments

Color spaces of #8960be

RGB 13796190
HSL0.740.420.56
HSV266°49°75°
CMYK 0.280.490.00   0.25
XYZ23.793717.401850.8200
Yxy17.40180.25860.1891
Hunter Lab41.715528.8109-43.0294
CIE-Lab48.762435.9732-43.4799

#8960be color RGB value is (137,96,190).

#8960be hex color red value is 137, green value is 96 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8960be hue: 0.74 , saturation: 0.42 and the lightness value of 8960be is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100000 10111110
Octal 211 140 276
Decimal 137 96 190
Hex 89 60 BE

RGB Percentages of Color #8960be

%32.39
%22.70
%44.92

CMYK Percentages of Color #8960be

%28
%49
%0
%25

Triadic Colors of #8960be

#8960be #be8960 #60be89

Analogous Colors of #8960be

#8960be #b860be #6066be

Monochromatic Colors of #8960be

#8960be

Complementary Color

#8960be #95be60

#8960be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8960be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8960be Color CSS Codes

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

#8960be Text Font Color

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

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


#8960be Background Color

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

This div background color is #8960be


#8960be Border Color

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

This div border color is #8960be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8960be


Comments

No comments written yet.

Please login to write comment.