Color Hex Logo

#886fec Color Hex

#886FEC
(136,111,236)
0 Favorites   0 Comments

Color spaces of #886fec

RGB 136111236
HSL0.700.770.68
HSV252°53°93°
CMYK 0.420.530.00   0.07
XYZ30.978122.659282.0978
Yxy22.65920.22820.1669
Hunter Lab47.601732.8608-68.9353
CIE-Lab54.719639.2670-60.1043

#886fec color RGB value is (136,111,236).

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

The process color (four color CMYK) of #886fec color hex is 0.42, 0.53, 0.00, 0.07. Web safe color of #886fec is #9966ff. Color #886fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101111 11101100
Octal 210 157 354
Decimal 136 111 236
Hex 88 6F EC

RGB Percentages of Color #886fec

%28.16
%22.98
%48.86

CMYK Percentages of Color #886fec

%42
%53
%0
%7

Triadic Colors of #886fec

#886fec #ec886f #6fec88

Analogous Colors of #886fec

#886fec #c76fec #6f95ec

Monochromatic Colors of #886fec

#886fec

Complementary Color

#886fec #d3ec6f

#886fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#886fec Color CSS Codes

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

#886fec Text Font Color

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

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


#886fec Background Color

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

This div background color is #886fec


#886fec Border Color

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

This div border color is #886fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886fec


Comments

No comments written yet.

Please login to write comment.