Color Hex Logo

#888cfd Color Hex

#888CFD
(136,140,253)
0 Favorites   0 Comments

Color spaces of #888cfd

RGB 136140253
HSL0.660.970.76
HSV238°46°99°
CMYK 0.460.450.00   0.01
XYZ37.261031.082396.9641
Yxy31.08230.22540.1880
Hunter Lab55.751521.7337-64.0923
CIE-Lab62.577027.2448-56.9409

#888cfd color RGB value is (136,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001100 11111101
Octal 210 214 375
Decimal 136 140 253
Hex 88 8C FD

RGB Percentages of Color #888cfd

%25.71
%26.47
%47.83

CMYK Percentages of Color #888cfd

%46
%45
%0
%1

Triadic Colors of #888cfd

#888cfd #fd888c #8cfd88

Analogous Colors of #888cfd

#888cfd #bf88fd #88c7fd

Monochromatic Colors of #888cfd

#888cfd

Complementary Color

#888cfd #fdf988

#888cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#888cfd Color CSS Codes

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

#888cfd Text Font Color

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

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


#888cfd Background Color

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

This div background color is #888cfd


#888cfd Border Color

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

This div border color is #888cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888cfd


Comments

No comments written yet.

Please login to write comment.