Color Hex Logo

#888ddc Color Hex

#888DDC
(136,141,220)
0 Favorites   0 Comments

Color spaces of #888ddc

RGB 136141220
HSL0.660.550.70
HSV236°38°86°
CMYK 0.380.360.00   0.14
XYZ32.596529.451371.6768
Yxy29.45130.24380.2202
Hunter Lab54.269112.2445-40.3200
CIE-Lab61.177917.3202-40.9161

#888ddc color RGB value is (136,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001101 11011100
Octal 210 215 334
Decimal 136 141 220
Hex 88 8D DC

RGB Percentages of Color #888ddc

%27.36
%28.37
%44.27

CMYK Percentages of Color #888ddc

%38
%36
%0
%14

Triadic Colors of #888ddc

#888ddc #dc888d #8ddc88

Analogous Colors of #888ddc

#888ddc #ad88dc #88b7dc

Monochromatic Colors of #888ddc

#888ddc

Complementary Color

#888ddc #dcd788

#888ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#888ddc Color CSS Codes

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

#888ddc Text Font Color

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

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


#888ddc Background Color

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

This div background color is #888ddc


#888ddc Border Color

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

This div border color is #888ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888ddc


Comments

No comments written yet.

Please login to write comment.