Color Hex Logo

#886eaf Color Hex

#886EAF
(136,110,175)
0 Favorites   0 Comments

Color spaces of #886eaf

RGB 136110175
HSL0.730.290.56
HSV264°37°69°
CMYK 0.220.370.00   0.31
XYZ23.467119.481243.0808
Yxy19.48120.27280.2264
Hunter Lab44.137517.6645-26.9743
CIE-Lab51.245523.8216-30.8860

#886eaf color RGB value is (136,110,175).

#886eaf hex color red value is 136, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #886eaf hue: 0.73 , saturation: 0.29 and the lightness value of 886eaf is 0.56.

The process color (four color CMYK) of #886eaf color hex is 0.22, 0.37, 0.00, 0.31. Web safe color of #886eaf is #996699. Color #886eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101110 10101111
Octal 210 156 257
Decimal 136 110 175
Hex 88 6E AF

RGB Percentages of Color #886eaf

%32.30
%26.13
%41.57

CMYK Percentages of Color #886eaf

%22
%37
%0
%31

Triadic Colors of #886eaf

#886eaf #af886e #6eaf88

Analogous Colors of #886eaf

#886eaf #a96eaf #6e75af

Monochromatic Colors of #886eaf

#886eaf

Complementary Color

#886eaf #95af6e

#886eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#886eaf Color CSS Codes

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

#886eaf Text Font Color

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

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


#886eaf Background Color

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

This div background color is #886eaf


#886eaf Border Color

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

This div border color is #886eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886eaf


Comments

No comments written yet.

Please login to write comment.