Color Hex Logo

#8877af Color Hex

#8877AF
(136,119,175)
0 Favorites   0 Comments

Color spaces of #8877af

RGB 136119175
HSL0.720.260.58
HSV258°32°69°
CMYK 0.220.320.00   0.31
XYZ24.488021.523043.4211
Yxy21.52300.27380.2407
Hunter Lab46.392913.0318-23.0170
CIE-Lab53.517218.5140-27.3549

#8877af color RGB value is (136,119,175).

#8877af hex color red value is 136, green value is 119 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8877af hue: 0.72 , saturation: 0.26 and the lightness value of 8877af is 0.58.

The process color (four color CMYK) of #8877af color hex is 0.22, 0.32, 0.00, 0.31. Web safe color of #8877af is #996699. Color #8877af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110111 10101111
Octal 210 167 257
Decimal 136 119 175
Hex 88 77 AF

RGB Percentages of Color #8877af

%31.63
%27.67
%40.70

CMYK Percentages of Color #8877af

%22
%32
%0
%31

Triadic Colors of #8877af

#8877af #af8877 #77af88

Analogous Colors of #8877af

#8877af #a477af #7782af

Monochromatic Colors of #8877af

#8877af

Complementary Color

#8877af #9eaf77

#8877af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8877af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8877af Color CSS Codes

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

#8877af Text Font Color

<p style="color:#8877af">Text here</p>

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


#8877af Background Color

<div style="background-color:#8877af">
Div content here</div>

This div background color is #8877af


#8877af Border Color

<div style="border:3px solid #8877af">
Div here</div>

This div border color is #8877af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8877af


Comments

No comments written yet.

Please login to write comment.