Color Hex Logo

#8884ed Color Hex

#8884ED
(136,132,237)
0 Favorites   0 Comments

Color spaces of #8884ed

RGB 136132237
HSL0.670.740.72
HSV242°44°93°
CMYK 0.430.440.00   0.07
XYZ33.690727.851283.7209
Yxy27.85120.23190.1917
Hunter Lab52.774221.5982-57.1155
CIE-Lab59.754127.3304-52.6159

#8884ed color RGB value is (136,132,237).

#8884ed hex color red value is 136, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8884ed hue: 0.67 , saturation: 0.74 and the lightness value of 8884ed is 0.72.

The process color (four color CMYK) of #8884ed color hex is 0.43, 0.44, 0.00, 0.07. Web safe color of #8884ed is #9999ff. Color #8884ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000100 11101101
Octal 210 204 355
Decimal 136 132 237
Hex 88 84 ED

RGB Percentages of Color #8884ed

%26.93
%26.14
%46.93

CMYK Percentages of Color #8884ed

%43
%44
%0
%7

Triadic Colors of #8884ed

#8884ed #ed8884 #84ed88

Analogous Colors of #8884ed

#8884ed #bd84ed #84b5ed

Monochromatic Colors of #8884ed

#8884ed

Complementary Color

#8884ed #e9ed84

#8884ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8884ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8884ed Color CSS Codes

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

#8884ed Text Font Color

<p style="color:#8884ed">Text here</p>

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


#8884ed Background Color

<div style="background-color:#8884ed">
Div content here</div>

This div background color is #8884ed


#8884ed Border Color

<div style="border:3px solid #8884ed">
Div here</div>

This div border color is #8884ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,132,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8884ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8884ed;
  -webkit-box-shadow: 1px 1px 3px 2px #8884ed;
  box-shadow:         1px 1px 3px 2px #8884ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8884ed


Comments

No comments written yet.

Please login to write comment.