Color Hex Logo

#9879df Color Hex

#9879DF
(152,121,223)
0 Favorites   0 Comments

Color spaces of #9879df

RGB 152121223
HSL0.720.610.67
HSV258°46°87°
CMYK 0.320.460.00   0.13
XYZ33.105525.677973.0235
Yxy25.67790.25120.1948
Hunter Lab50.673427.9377-49.9693
CIE-Lab57.730033.9938-47.9435

#9879df color RGB value is (152,121,223).

#9879df hex color red value is 152, green value is 121 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9879df hue: 0.72 , saturation: 0.61 and the lightness value of 9879df is 0.67.

The process color (four color CMYK) of #9879df color hex is 0.32, 0.46, 0.00, 0.13. Web safe color of #9879df is #9966cc. Color #9879df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111001 11011111
Octal 230 171 337
Decimal 152 121 223
Hex 98 79 DF

RGB Percentages of Color #9879df

%30.65
%24.40
%44.96

CMYK Percentages of Color #9879df

%32
%46
%0
%13

Triadic Colors of #9879df

#9879df #df9879 #79df98

Analogous Colors of #9879df

#9879df #cb79df #798ddf

Monochromatic Colors of #9879df

#9879df

Complementary Color

#9879df #c0df79

#9879df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9879df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9879df Color CSS Codes

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

#9879df Text Font Color

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

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


#9879df Background Color

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

This div background color is #9879df


#9879df Border Color

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

This div border color is #9879df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9879df


Comments

No comments written yet.

Please login to write comment.