Color Hex Logo

#888cfc Color Hex

#888CFC
(136,140,252)
0 Favorites   0 Comments

Color spaces of #888cfc

RGB 136140252
HSL0.660.950.76
HSV238°46°99°
CMYK 0.460.440.00   0.01
XYZ37.102131.018796.1272
Yxy31.01870.22590.1889
Hunter Lab55.694421.4465-63.3470
CIE-Lab62.523426.9551-56.4782

#888cfc color RGB value is (136,140,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001100 11111100
Octal 210 214 374
Decimal 136 140 252
Hex 88 8C FC

RGB Percentages of Color #888cfc

%25.76
%26.52
%47.73

CMYK Percentages of Color #888cfc

%46
%44
%0
%1

Triadic Colors of #888cfc

#888cfc #fc888c #8cfc88

Analogous Colors of #888cfc

#888cfc #be88fc #88c6fc

Monochromatic Colors of #888cfc

#888cfc

Complementary Color

#888cfc #fcf888

#888cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#888cfc Color CSS Codes

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

#888cfc Text Font Color

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

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


#888cfc Background Color

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

This div background color is #888cfc


#888cfc Border Color

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

This div border color is #888cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,140,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 #888cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.