Color Hex Logo

#888aeb Color Hex

#888AEB
(136,138,235)
0 Favorites   0 Comments

Color spaces of #888aeb

RGB 136138235
HSL0.660.710.73
HSV239°42°92°
CMYK 0.420.410.00   0.08
XYZ34.237229.409482.4693
Yxy29.40940.23430.2013
Hunter Lab54.230417.7888-52.2022
CIE-Lab61.141323.2542-49.3065

#888aeb color RGB value is (136,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001010 11101011
Octal 210 212 353
Decimal 136 138 235
Hex 88 8A EB

RGB Percentages of Color #888aeb

%26.72
%27.11
%46.17

CMYK Percentages of Color #888aeb

%42
%41
%0
%8

Triadic Colors of #888aeb

#888aeb #eb888a #8aeb88

Analogous Colors of #888aeb

#888aeb #b888eb #88bceb

Monochromatic Colors of #888aeb

#888aeb

Complementary Color

#888aeb #ebe988

#888aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#888aeb Color CSS Codes

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

#888aeb Text Font Color

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

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


#888aeb Background Color

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

This div background color is #888aeb


#888aeb Border Color

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

This div border color is #888aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888aeb


Comments

No comments written yet.

Please login to write comment.