Color Hex Logo

#9879cd Color Hex

#9879CD
(152,121,205)
0 Favorites   0 Comments

Color spaces of #9879cd

RGB 152121205
HSL0.730.460.64
HSV262°41°80°
CMYK 0.260.410.00   0.20
XYZ30.805724.757960.9127
Yxy24.75790.26450.2126
Hunter Lab49.757323.4375-37.7525
CIE-Lab56.838829.4930-39.2116

#9879cd color RGB value is (152,121,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111001 11001101
Octal 230 171 315
Decimal 152 121 205
Hex 98 79 CD

RGB Percentages of Color #9879cd

%31.80
%25.31
%42.89

CMYK Percentages of Color #9879cd

%26
%41
%0
%20

Triadic Colors of #9879cd

#9879cd #cd9879 #79cd98

Analogous Colors of #9879cd

#9879cd #c279cd #7984cd

Monochromatic Colors of #9879cd

#9879cd

Complementary Color

#9879cd #aecd79

#9879cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9879cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9879cd Color CSS Codes

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

#9879cd Text Font Color

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

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


#9879cd Background Color

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

This div background color is #9879cd


#9879cd Border Color

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

This div border color is #9879cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9879cd


Comments

No comments written yet.

Please login to write comment.