Color Hex Logo

#888cdd Color Hex

#888CDD
(136,140,221)
0 Favorites   0 Comments

Color spaces of #888cdd

RGB 136140221
HSL0.660.560.70
HSV237°38°87°
CMYK 0.380.370.00   0.13
XYZ32.582629.210972.3276
Yxy29.21090.24290.2178
Hunter Lab54.047113.0273-41.5108
CIE-Lab60.967318.1781-41.8041

#888cdd color RGB value is (136,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001100 11011101
Octal 210 214 335
Decimal 136 140 221
Hex 88 8C DD

RGB Percentages of Color #888cdd

%27.36
%28.17
%44.47

CMYK Percentages of Color #888cdd

%38
%37
%0
%13

Triadic Colors of #888cdd

#888cdd #dd888c #8cdd88

Analogous Colors of #888cdd

#888cdd #af88dd #88b7dd

Monochromatic Colors of #888cdd

#888cdd

Complementary Color

#888cdd #ddd988

#888cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#888cdd Color CSS Codes

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

#888cdd Text Font Color

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

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


#888cdd Background Color

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

This div background color is #888cdd


#888cdd Border Color

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

This div border color is #888cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,140,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 #888cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888cdd


Comments

No comments written yet.

Please login to write comment.