Color Hex Logo

#888ccd Color Hex

#888CCD
(136,140,205)
0 Favorites   0 Comments

Color spaces of #888ccd

RGB 136140205
HSL0.660.410.67
HSV237°34°80°
CMYK 0.340.320.00   0.20
XYZ30.550928.398261.6288
Yxy28.39820.25340.2355
Hunter Lab53.29009.0758-31.2648
CIE-Lab60.246813.8537-33.9790

#888ccd color RGB value is (136,140,205).

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

The process color (four color CMYK) of #888ccd color hex is 0.34, 0.32, 0.00, 0.20. Web safe color of #888ccd is #9999cc. Color #888ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001100 11001101
Octal 210 214 315
Decimal 136 140 205
Hex 88 8C CD

RGB Percentages of Color #888ccd

%28.27
%29.11
%42.62

CMYK Percentages of Color #888ccd

%34
%32
%0
%20

Triadic Colors of #888ccd

#888ccd #cd888c #8ccd88

Analogous Colors of #888ccd

#888ccd #a788cd #88afcd

Monochromatic Colors of #888ccd

#888ccd

Complementary Color

#888ccd #cdc988

#888ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#888ccd Color CSS Codes

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

#888ccd Text Font Color

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

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


#888ccd Background Color

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

This div background color is #888ccd


#888ccd Border Color

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

This div border color is #888ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888ccd


Comments

No comments written yet.

Please login to write comment.