Color Hex Logo

#888dba Color Hex

#888DBA
(136,141,186)
0 Favorites   0 Comments

Color spaces of #888dba

RGB 136141186
HSL0.650.270.63
HSV234°27°73°
CMYK 0.270.240.00   0.27
XYZ28.541127.829250.3217
Yxy27.82920.26750.2608
Hunter Lab52.75344.2552-19.6296
CIE-Lab59.73418.3819-24.0544

#888dba color RGB value is (136,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001101 10111010
Octal 210 215 272
Decimal 136 141 186
Hex 88 8D BA

RGB Percentages of Color #888dba

%29.37
%30.45
%40.17

CMYK Percentages of Color #888dba

%27
%24
%0
%27

Triadic Colors of #888dba

#888dba #ba888d #8dba88

Analogous Colors of #888dba

#888dba #9c88ba #88a6ba

Monochromatic Colors of #888dba

#888dba

Complementary Color

#888dba #bab588

#888dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#888dba Color CSS Codes

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

#888dba Text Font Color

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

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


#888dba Background Color

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

This div background color is #888dba


#888dba Border Color

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

This div border color is #888dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888dba


Comments

No comments written yet.

Please login to write comment.