Color Hex Logo

#886aec Color Hex

#886AEC
(136,106,236)
0 Favorites   0 Comments

Color spaces of #886aec

RGB 136106236
HSL0.710.770.67
HSV254°55°93°
CMYK 0.420.550.00   0.07
XYZ30.447721.598481.9210
Yxy21.59840.22730.1612
Hunter Lab46.474135.6154-71.9801
CIE-Lab53.598342.1250-61.9067

#886aec color RGB value is (136,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101010 11101100
Octal 210 152 354
Decimal 136 106 236
Hex 88 6A EC

RGB Percentages of Color #886aec

%28.45
%22.18
%49.37

CMYK Percentages of Color #886aec

%42
%55
%0
%7

Triadic Colors of #886aec

#886aec #ec886a #6aec88

Analogous Colors of #886aec

#886aec #c96aec #6a8dec

Monochromatic Colors of #886aec

#886aec

Complementary Color

#886aec #ceec6a

#886aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#886aec Color CSS Codes

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

#886aec Text Font Color

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

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


#886aec Background Color

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

This div background color is #886aec


#886aec Border Color

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

This div border color is #886aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886aec


Comments

No comments written yet.

Please login to write comment.