Color Hex Logo

#9c86da Color Hex

#9C86DA
(156,134,218)
0 Favorites   0 Comments

Color spaces of #9c86da

RGB 156134218
HSL0.710.530.69
HSV256°39°85°
CMYK 0.280.390.00   0.15
XYZ34.890329.180170.1231
Yxy29.18010.26000.2174
Hunter Lab54.018620.7595-39.1530
CIE-Lab60.940226.3685-40.0595

#9c86da color RGB value is (156,134,218).

#9c86da hex color red value is 156, green value is 134 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9c86da hue: 0.71 , saturation: 0.53 and the lightness value of 9c86da is 0.69.

The process color (four color CMYK) of #9c86da color hex is 0.28, 0.39, 0.00, 0.15. Web safe color of #9c86da is #9999cc. Color #9c86da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000110 11011010
Octal 234 206 332
Decimal 156 134 218
Hex 9C 86 DA

RGB Percentages of Color #9c86da

%30.71
%26.38
%42.91

CMYK Percentages of Color #9c86da

%28
%39
%0
%15

Triadic Colors of #9c86da

#9c86da #da9c86 #86da9c

Analogous Colors of #9c86da

#9c86da #c686da #869ada

Monochromatic Colors of #9c86da

#9c86da

Complementary Color

#9c86da #c4da86

#9c86da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c86da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c86da Color CSS Codes

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

#9c86da Text Font Color

<p style="color:#9c86da">Text here</p>

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


#9c86da Background Color

<div style="background-color:#9c86da">
Div content here</div>

This div background color is #9c86da


#9c86da Border Color

<div style="border:3px solid #9c86da">
Div here</div>

This div border color is #9c86da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,134,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c86da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c86da;
  -webkit-box-shadow: 1px 1px 3px 2px #9c86da;
  box-shadow:         1px 1px 3px 2px #9c86da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,134,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c86da


Comments

No comments written yet.

Please login to write comment.