Color Hex Logo

#888dec Color Hex

#888DEC
(136,141,236)
0 Favorites   0 Comments

Color spaces of #888dec

RGB 136141236
HSL0.660.720.73
HSV237°42°93°
CMYK 0.420.400.00   0.07
XYZ34.818530.340183.3780
Yxy30.34010.23440.2043
Hunter Lab55.081816.4407-51.1906
CIE-Lab61.946621.7852-48.5852

#888dec color RGB value is (136,141,236).

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

The process color (four color CMYK) of #888dec color hex is 0.42, 0.40, 0.00, 0.07. Web safe color of #888dec is #9999ff. Color #888dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001101 11101100
Octal 210 215 354
Decimal 136 141 236
Hex 88 8D EC

RGB Percentages of Color #888dec

%26.51
%27.49
%46.00

CMYK Percentages of Color #888dec

%42
%40
%0
%7

Triadic Colors of #888dec

#888dec #ec888d #8dec88

Analogous Colors of #888dec

#888dec #b588ec #88bfec

Monochromatic Colors of #888dec

#888dec

Complementary Color

#888dec #ece788

#888dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#888dec Color CSS Codes

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

#888dec Text Font Color

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

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


#888dec Background Color

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

This div background color is #888dec


#888dec Border Color

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

This div border color is #888dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888dec


Comments

No comments written yet.

Please login to write comment.