Color Hex Logo

#886fe1 Color Hex

#886FE1
(136,111,225)
0 Favorites   0 Comments

Color spaces of #886fe1

RGB 136111225
HSL0.700.660.66
HSV253°51°88°
CMYK 0.400.510.00   0.12
XYZ29.428422.039473.9371
Yxy22.03940.23470.1757
Hunter Lab46.946129.7378-60.5156
CIE-Lab54.068836.2358-54.9831

#886fe1 color RGB value is (136,111,225).

#886fe1 hex color red value is 136, green value is 111 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #886fe1 hue: 0.70 , saturation: 0.66 and the lightness value of 886fe1 is 0.66.

The process color (four color CMYK) of #886fe1 color hex is 0.40, 0.51, 0.00, 0.12. Web safe color of #886fe1 is #9966cc. Color #886fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101111 11100001
Octal 210 157 341
Decimal 136 111 225
Hex 88 6F E1

RGB Percentages of Color #886fe1

%28.81
%23.52
%47.67

CMYK Percentages of Color #886fe1

%40
%51
%0
%12

Triadic Colors of #886fe1

#886fe1 #e1886f #6fe188

Analogous Colors of #886fe1

#886fe1 #c16fe1 #6f8fe1

Monochromatic Colors of #886fe1

#886fe1

Complementary Color

#886fe1 #c8e16f

#886fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886fe1 Color CSS Codes

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

#886fe1 Text Font Color

<p style="color:#886fe1">Text here</p>

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


#886fe1 Background Color

<div style="background-color:#886fe1">
Div content here</div>

This div background color is #886fe1


#886fe1 Border Color

<div style="border:3px solid #886fe1">
Div here</div>

This div border color is #886fe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,111,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #886fe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #886fe1;
  -webkit-box-shadow: 1px 1px 3px 2px #886fe1;
  box-shadow:         1px 1px 3px 2px #886fe1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886fe1


Comments

No comments written yet.

Please login to write comment.