Color Hex Logo

#9859dc Color Hex

#9859DC
(152,89,220)
0 Favorites   0 Comments

Color spaces of #9859dc

RGB 15289220
HSL0.750.650.61
HSV269°60°86°
CMYK 0.310.600.00   0.14
XYZ29.439518.987569.8235
Yxy18.98750.24900.1606
Hunter Lab43.574644.3409-64.5033
CIE-Lab50.672650.9172-57.5161

#9859dc color RGB value is (152,89,220).

#9859dc hex color red value is 152, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9859dc hue: 0.75 , saturation: 0.65 and the lightness value of 9859dc is 0.61.

The process color (four color CMYK) of #9859dc color hex is 0.31, 0.60, 0.00, 0.14. Web safe color of #9859dc is #9966cc. Color #9859dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011001 11011100
Octal 230 131 334
Decimal 152 89 220
Hex 98 59 DC

RGB Percentages of Color #9859dc

%32.97
%19.31
%47.72

CMYK Percentages of Color #9859dc

%31
%60
%0
%14

Triadic Colors of #9859dc

#9859dc #dc9859 #59dc98

Analogous Colors of #9859dc

#9859dc #da59dc #595bdc

Monochromatic Colors of #9859dc

#9859dc

Complementary Color

#9859dc #9ddc59

#9859dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9859dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9859dc Color CSS Codes

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

#9859dc Text Font Color

<p style="color:#9859dc">Text here</p>

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


#9859dc Background Color

<div style="background-color:#9859dc">
Div content here</div>

This div background color is #9859dc


#9859dc Border Color

<div style="border:3px solid #9859dc">
Div here</div>

This div border color is #9859dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,89,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9859dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9859dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9859dc;
  box-shadow:         1px 1px 3px 2px #9859dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9859dc


Comments

No comments written yet.

Please login to write comment.