Color Hex Logo

#9856dc Color Hex

#9856DC
(152,86,220)
0 Favorites   0 Comments

Color spaces of #9856dc

RGB 15286220
HSL0.750.660.60
HSV270°61°86°
CMYK 0.310.610.00   0.14
XYZ29.195018.498369.7419
Yxy18.49830.24860.1575
Hunter Lab43.009745.8991-66.0344
CIE-Lab50.095052.4676-58.4447

#9856dc color RGB value is (152,86,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010110 11011100
Octal 230 126 334
Decimal 152 86 220
Hex 98 56 DC

RGB Percentages of Color #9856dc

%33.19
%18.78
%48.03

CMYK Percentages of Color #9856dc

%31
%61
%0
%14

Triadic Colors of #9856dc

#9856dc #dc9856 #56dc98

Analogous Colors of #9856dc

#9856dc #db56dc #5657dc

Monochromatic Colors of #9856dc

#9856dc

Complementary Color

#9856dc #9adc56

#9856dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9856dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9856dc Color CSS Codes

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

#9856dc Text Font Color

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

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


#9856dc Background Color

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

This div background color is #9856dc


#9856dc Border Color

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

This div border color is #9856dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9856dc


Comments

No comments written yet.

Please login to write comment.