Color Hex Logo

#9884eb Color Hex

#9884EB
(152,132,235)
0 Favorites   0 Comments

Color spaces of #9884eb

RGB 152132235
HSL0.700.720.72
HSV252°44°92°
CMYK 0.350.440.00   0.08
XYZ36.195629.176182.3211
Yxy29.17610.24510.1975
Hunter Lab54.014925.0875-52.5501
CIE-Lab60.936730.7936-49.5499

#9884eb color RGB value is (152,132,235).

#9884eb hex color red value is 152, green value is 132 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9884eb hue: 0.70 , saturation: 0.72 and the lightness value of 9884eb is 0.72.

The process color (four color CMYK) of #9884eb color hex is 0.35, 0.44, 0.00, 0.08. Web safe color of #9884eb is #9999ff. Color #9884eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000100 11101011
Octal 230 204 353
Decimal 152 132 235
Hex 98 84 EB

RGB Percentages of Color #9884eb

%29.29
%25.43
%45.28

CMYK Percentages of Color #9884eb

%35
%44
%0
%8

Triadic Colors of #9884eb

#9884eb #eb9884 #84eb98

Analogous Colors of #9884eb

#9884eb #cc84eb #84a4eb

Monochromatic Colors of #9884eb

#9884eb

Complementary Color

#9884eb #d7eb84

#9884eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9884eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9884eb Color CSS Codes

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

#9884eb Text Font Color

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

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


#9884eb Background Color

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

This div background color is #9884eb


#9884eb Border Color

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

This div border color is #9884eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,132,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9884eb


Comments

No comments written yet.

Please login to write comment.