Color Hex Logo

#888cbb Color Hex

#888CBB
(136,140,187)
0 Favorites   0 Comments

Color spaces of #888cbb

RGB 136140187
HSL0.650.270.63
HSV235°27°73°
CMYK 0.270.250.00   0.27
XYZ28.501127.578350.8347
Yxy27.57830.26660.2579
Hunter Lab52.51504.9746-20.6323
CIE-Lab59.50589.2094-24.9717

#888cbb color RGB value is (136,140,187).

#888cbb hex color red value is 136, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #888cbb hue: 0.65 , saturation: 0.27 and the lightness value of 888cbb is 0.63.

The process color (four color CMYK) of #888cbb color hex is 0.27, 0.25, 0.00, 0.27. Web safe color of #888cbb is #9999cc. Color #888cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001100 10111011
Octal 210 214 273
Decimal 136 140 187
Hex 88 8C BB

RGB Percentages of Color #888cbb

%29.37
%30.24
%40.39

CMYK Percentages of Color #888cbb

%27
%25
%0
%27

Triadic Colors of #888cbb

#888cbb #bb888c #8cbb88

Analogous Colors of #888cbb

#888cbb #9e88bb #88a6bb

Monochromatic Colors of #888cbb

#888cbb

Complementary Color

#888cbb #bbb788

#888cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#888cbb Color CSS Codes

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

#888cbb Text Font Color

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

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


#888cbb Background Color

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

This div background color is #888cbb


#888cbb Border Color

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

This div border color is #888cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888cbb


Comments

No comments written yet.

Please login to write comment.