Color Hex Logo

#888adb Color Hex

#888ADB
(136,138,219)
0 Favorites   0 Comments

Color spaces of #888adb

RGB 136138219
HSL0.660.540.70
HSV239°38°86°
CMYK 0.380.370.00   0.14
XYZ32.028028.525770.8358
Yxy28.52570.24380.2171
Hunter Lab53.409513.5744-41.2484
CIE-Lab60.360718.7958-41.6418

#888adb color RGB value is (136,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001010 11011011
Octal 210 212 333
Decimal 136 138 219
Hex 88 8A DB

RGB Percentages of Color #888adb

%27.59
%27.99
%44.42

CMYK Percentages of Color #888adb

%38
%37
%0
%14

Triadic Colors of #888adb

#888adb #db888a #8adb88

Analogous Colors of #888adb

#888adb #b088db #88b4db

Monochromatic Colors of #888adb

#888adb

Complementary Color

#888adb #dbd988

#888adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#888adb Color CSS Codes

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

#888adb Text Font Color

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

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


#888adb Background Color

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

This div background color is #888adb


#888adb Border Color

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

This div border color is #888adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888adb


Comments

No comments written yet.

Please login to write comment.