Color Hex Logo

#888bca Color Hex

#888BCA
(136,139,202)
0 Favorites   0 Comments

Color spaces of #888bca

RGB 136139202
HSL0.660.380.66
HSV237°33°79°
CMYK 0.330.310.00   0.21
XYZ30.046627.963759.6910
Yxy27.96370.25530.2376
Hunter Lab52.88078.8817-29.9092
CIE-Lab59.855913.6434-32.9004

#888bca color RGB value is (136,139,202).

#888bca hex color red value is 136, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #888bca hue: 0.66 , saturation: 0.38 and the lightness value of 888bca is 0.66.

The process color (four color CMYK) of #888bca color hex is 0.33, 0.31, 0.00, 0.21. Web safe color of #888bca is #9999cc. Color #888bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001011 11001010
Octal 210 213 312
Decimal 136 139 202
Hex 88 8B CA

RGB Percentages of Color #888bca

%28.51
%29.14
%42.35

CMYK Percentages of Color #888bca

%33
%31
%0
%21

Triadic Colors of #888bca

#888bca #ca888b #8bca88

Analogous Colors of #888bca

#888bca #a688ca #88acca

Monochromatic Colors of #888bca

#888bca

Complementary Color

#888bca #cac788

#888bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#888bca Color CSS Codes

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

#888bca Text Font Color

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

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


#888bca Background Color

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

This div background color is #888bca


#888bca Border Color

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

This div border color is #888bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888bca


Comments

No comments written yet.

Please login to write comment.