Color Hex Logo

#9986da Color Hex

#9986DA
(153,134,218)
0 Favorites   0 Comments

Color spaces of #9986da

RGB 153134218
HSL0.700.530.69
HSV254°39°85°
CMYK 0.300.390.00   0.15
XYZ34.316928.884570.0962
Yxy28.88450.25740.2167
Hunter Lab53.744319.9236-39.7082
CIE-Lab60.679625.5201-40.4869

#9986da color RGB value is (153,134,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000110 11011010
Octal 231 206 332
Decimal 153 134 218
Hex 99 86 DA

RGB Percentages of Color #9986da

%30.30
%26.53
%43.17

CMYK Percentages of Color #9986da

%30
%39
%0
%15

Triadic Colors of #9986da

#9986da #da9986 #86da99

Analogous Colors of #9986da

#9986da #c386da #869dda

Monochromatic Colors of #9986da

#9986da

Complementary Color

#9986da #c7da86

#9986da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9986da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9986da Color CSS Codes

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

#9986da Text Font Color

<p style="color:#9986da">Text here</p>

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


#9986da Background Color

<div style="background-color:#9986da">
Div content here</div>

This div background color is #9986da


#9986da Border Color

<div style="border:3px solid #9986da">
Div here</div>

This div border color is #9986da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,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 #9986da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9986da


Comments

No comments written yet.

Please login to write comment.