Color Hex Logo

#888efc Color Hex

#888EFC
(136,142,252)
0 Favorites   0 Comments

Color spaces of #888efc

RGB 136142252
HSL0.660.950.76
HSV237°46°99°
CMYK 0.460.440.00   0.01
XYZ37.397031.608596.2255
Yxy31.60850.22630.1913
Hunter Lab56.221420.3459-62.1225
CIE-Lab63.018025.7889-55.6908

#888efc color RGB value is (136,142,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001110 11111100
Octal 210 216 374
Decimal 136 142 252
Hex 88 8E FC

RGB Percentages of Color #888efc

%25.66
%26.79
%47.55

CMYK Percentages of Color #888efc

%46
%44
%0
%1

Triadic Colors of #888efc

#888efc #fc888e #8efc88

Analogous Colors of #888efc

#888efc #bc88fc #88c8fc

Monochromatic Colors of #888efc

#888efc

Complementary Color

#888efc #fcf688

#888efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#888efc Color CSS Codes

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

#888efc Text Font Color

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

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


#888efc Background Color

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

This div background color is #888efc


#888efc Border Color

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

This div border color is #888efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888efc


Comments

No comments written yet.

Please login to write comment.