Color Hex Logo

#9984da Color Hex

#9984DA
(153,132,218)
0 Favorites   0 Comments

Color spaces of #9984da

RGB 153132218
HSL0.710.540.69
HSV255°39°85°
CMYK 0.300.390.00   0.15
XYZ34.043028.336870.0050
Yxy28.33680.25720.2140
Hunter Lab53.232320.9973-40.7087
CIE-Lab60.191826.6727-41.2529

#9984da color RGB value is (153,132,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000100 11011010
Octal 231 204 332
Decimal 153 132 218
Hex 99 84 DA

RGB Percentages of Color #9984da

%30.42
%26.24
%43.34

CMYK Percentages of Color #9984da

%30
%39
%0
%15

Triadic Colors of #9984da

#9984da #da9984 #84da99

Analogous Colors of #9984da

#9984da #c484da #849ada

Monochromatic Colors of #9984da

#9984da

Complementary Color

#9984da #c5da84

#9984da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9984da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9984da Color CSS Codes

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

#9984da Text Font Color

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

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


#9984da Background Color

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

This div background color is #9984da


#9984da Border Color

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

This div border color is #9984da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9984da


Comments

No comments written yet.

Please login to write comment.