Color Hex Logo

#9879ce Color Hex

#9879CE
(152,121,206)
0 Favorites   0 Comments

Color spaces of #9879ce

RGB 152121206
HSL0.730.460.64
HSV262°41°81°
CMYK 0.260.410.00   0.19
XYZ30.926824.806461.5506
Yxy24.80640.26370.2115
Hunter Lab49.806023.6781-38.4067
CIE-Lab56.886329.7376-39.7030

#9879ce color RGB value is (152,121,206).

#9879ce hex color red value is 152, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9879ce hue: 0.73 , saturation: 0.46 and the lightness value of 9879ce is 0.64.

The process color (four color CMYK) of #9879ce color hex is 0.26, 0.41, 0.00, 0.19. Web safe color of #9879ce is #9966cc. Color #9879ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111001 11001110
Octal 230 171 316
Decimal 152 121 206
Hex 98 79 CE

RGB Percentages of Color #9879ce

%31.73
%25.26
%43.01

CMYK Percentages of Color #9879ce

%26
%41
%0
%19

Triadic Colors of #9879ce

#9879ce #ce9879 #79ce98

Analogous Colors of #9879ce

#9879ce #c379ce #7985ce

Monochromatic Colors of #9879ce

#9879ce

Complementary Color

#9879ce #afce79

#9879ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9879ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9879ce Color CSS Codes

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

#9879ce Text Font Color

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

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


#9879ce Background Color

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

This div background color is #9879ce


#9879ce Border Color

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

This div border color is #9879ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,121,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9879ce


Comments

No comments written yet.

Please login to write comment.