Color Hex Logo

#9879ba Color Hex

#9879BA
(152,121,186)
0 Favorites   0 Comments

Color spaces of #9879ba

RGB 152121186
HSL0.750.320.60
HSV269°35°73°
CMYK 0.180.350.00   0.27
XYZ28.649223.895349.5567
Yxy23.89530.28060.2340
Hunter Lab48.882819.0702-25.8894
CIE-Lab55.982824.9735-29.7346

#9879ba color RGB value is (152,121,186).

#9879ba hex color red value is 152, green value is 121 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9879ba hue: 0.75 , saturation: 0.32 and the lightness value of 9879ba is 0.60.

The process color (four color CMYK) of #9879ba color hex is 0.18, 0.35, 0.00, 0.27. Web safe color of #9879ba is #9966cc. Color #9879ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111001 10111010
Octal 230 171 272
Decimal 152 121 186
Hex 98 79 BA

RGB Percentages of Color #9879ba

%33.12
%26.36
%40.52

CMYK Percentages of Color #9879ba

%18
%35
%0
%27

Triadic Colors of #9879ba

#9879ba #ba9879 #79ba98

Analogous Colors of #9879ba

#9879ba #b979ba #797bba

Monochromatic Colors of #9879ba

#9879ba

Complementary Color

#9879ba #9bba79

#9879ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9879ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9879ba Color CSS Codes

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

#9879ba Text Font Color

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

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


#9879ba Background Color

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

This div background color is #9879ba


#9879ba Border Color

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

This div border color is #9879ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9879ba


Comments

No comments written yet.

Please login to write comment.