Color Hex Logo

#888efa Color Hex

#888EFA
(136,142,250)
0 Favorites   0 Comments

Color spaces of #888efa

RGB 136142250
HSL0.660.920.76
HSV237°46°98°
CMYK 0.460.430.00   0.02
XYZ37.081731.482494.5648
Yxy31.48240.22730.1930
Hunter Lab56.109219.7769-60.6492
CIE-Lab62.912825.2099-54.7617

#888efa color RGB value is (136,142,250).

#888efa hex color red value is 136, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #888efa hue: 0.66 , saturation: 0.92 and the lightness value of 888efa is 0.76.

The process color (four color CMYK) of #888efa color hex is 0.46, 0.43, 0.00, 0.02. Web safe color of #888efa is #9999ff. Color #888efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001110 11111010
Octal 210 216 372
Decimal 136 142 250
Hex 88 8E FA

RGB Percentages of Color #888efa

%25.76
%26.89
%47.35

CMYK Percentages of Color #888efa

%46
%43
%0
%2

Triadic Colors of #888efa

#888efa #fa888e #8efa88

Analogous Colors of #888efa

#888efa #bb88fa #88c7fa

Monochromatic Colors of #888efa

#888efa

Complementary Color

#888efa #faf488

#888efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#888efa Color CSS Codes

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

#888efa Text Font Color

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

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


#888efa Background Color

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

This div background color is #888efa


#888efa Border Color

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

This div border color is #888efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888efa


Comments

No comments written yet.

Please login to write comment.