Color Hex Logo

#888add Color Hex

#888ADD
(136,138,221)
0 Favorites   0 Comments

Color spaces of #888add

RGB 136138221
HSL0.660.560.70
HSV239°38°87°
CMYK 0.380.380.00   0.13
XYZ32.293028.631772.2311
Yxy28.63170.24250.2150
Hunter Lab53.508614.0866-42.5794
CIE-Lab60.455219.3456-42.6094

#888add color RGB value is (136,138,221).

#888add hex color red value is 136, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #888add hue: 0.66 , saturation: 0.56 and the lightness value of 888add is 0.70.

The process color (four color CMYK) of #888add color hex is 0.38, 0.38, 0.00, 0.13. Web safe color of #888add is #9999cc. Color #888add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001010 11011101
Octal 210 212 335
Decimal 136 138 221
Hex 88 8A DD

RGB Percentages of Color #888add

%27.47
%27.88
%44.65

CMYK Percentages of Color #888add

%38
%38
%0
%13

Triadic Colors of #888add

#888add #dd888a #8add88

Analogous Colors of #888add

#888add #b188dd #88b5dd

Monochromatic Colors of #888add

#888add

Complementary Color

#888add #dddb88

#888add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888add Color Preview on White Background

Lorem ipsum dolor sit amet.

#888add Color CSS Codes

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

#888add Text Font Color

<p style="color:#888add">Text here</p>

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


#888add Background Color

<div style="background-color:#888add">
Div content here</div>

This div background color is #888add


#888add Border Color

<div style="border:3px solid #888add">
Div here</div>

This div border color is #888add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,138,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888add;
  -webkit-box-shadow: 1px 1px 3px 2px #888add;
  box-shadow:         1px 1px 3px 2px #888add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888add


Comments

No comments written yet.

Please login to write comment.