Color Hex Logo

#9877be Color Hex

#9877BE
(152,119,190)
0 Favorites   0 Comments

Color spaces of #9877be

RGB 152119190
HSL0.740.350.61
HSV268°37°75°
CMYK 0.200.370.00   0.25
XYZ28.840023.586851.7479
Yxy23.58680.27680.2264
Hunter Lab48.566221.0074-29.1778
CIE-Lab55.671727.0571-32.5058

#9877be color RGB value is (152,119,190).

#9877be hex color red value is 152, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9877be hue: 0.74 , saturation: 0.35 and the lightness value of 9877be is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110111 10111110
Octal 230 167 276
Decimal 152 119 190
Hex 98 77 BE

RGB Percentages of Color #9877be

%32.97
%25.81
%41.21

CMYK Percentages of Color #9877be

%20
%37
%0
%25

Triadic Colors of #9877be

#9877be #be9877 #77be98

Analogous Colors of #9877be

#9877be #bc77be #777abe

Monochromatic Colors of #9877be

#9877be

Complementary Color

#9877be #9dbe77

#9877be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9877be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9877be Color CSS Codes

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

#9877be Text Font Color

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

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


#9877be Background Color

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

This div background color is #9877be


#9877be Border Color

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

This div border color is #9877be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9877be


Comments

No comments written yet.

Please login to write comment.