Color Hex Logo

#888ced Color Hex

#888CED
(136,140,237)
0 Favorites   0 Comments

Color spaces of #888ced

RGB 136140237
HSL0.660.740.73
HSV238°43°93°
CMYK 0.430.410.00   0.07
XYZ34.817530.104884.0965
Yxy30.10480.23360.2020
Hunter Lab54.867817.2521-52.4669
CIE-Lab61.744522.6525-49.4576

#888ced color RGB value is (136,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001100 11101101
Octal 210 214 355
Decimal 136 140 237
Hex 88 8C ED

RGB Percentages of Color #888ced

%26.51
%27.29
%46.20

CMYK Percentages of Color #888ced

%43
%41
%0
%7

Triadic Colors of #888ced

#888ced #ed888c #8ced88

Analogous Colors of #888ced

#888ced #b788ed #88bfed

Monochromatic Colors of #888ced

#888ced

Complementary Color

#888ced #ede988

#888ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#888ced Color CSS Codes

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

#888ced Text Font Color

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

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


#888ced Background Color

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

This div background color is #888ced


#888ced Border Color

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

This div border color is #888ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888ced


Comments

No comments written yet.

Please login to write comment.