Color Hex Logo

#9884da Color Hex

#9884DA
(152,132,218)
0 Favorites   0 Comments

Color spaces of #9884da

RGB 152132218
HSL0.710.540.69
HSV254°39°85°
CMYK 0.300.390.00   0.15
XYZ33.855028.239969.9962
Yxy28.23990.25630.2138
Hunter Lab53.141220.7209-40.8963
CIE-Lab60.104926.3926-41.3956

#9884da color RGB value is (152,132,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000100 11011010
Octal 230 204 332
Decimal 152 132 218
Hex 98 84 DA

RGB Percentages of Color #9884da

%30.28
%26.29
%43.43

CMYK Percentages of Color #9884da

%30
%39
%0
%15

Triadic Colors of #9884da

#9884da #da9884 #84da98

Analogous Colors of #9884da

#9884da #c384da #849bda

Monochromatic Colors of #9884da

#9884da

Complementary Color

#9884da #c6da84

#9884da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9884da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9884da Color CSS Codes

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

#9884da Text Font Color

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

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


#9884da Background Color

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

This div background color is #9884da


#9884da Border Color

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

This div border color is #9884da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9884da


Comments

No comments written yet.

Please login to write comment.