Color Hex Logo

#8877ba Color Hex

#8877BA
(136,119,186)
0 Favorites   0 Comments

Color spaces of #8877ba

RGB 136119186
HSL0.710.330.60
HSV255°36°73°
CMYK 0.270.360.00   0.27
XYZ25.613121.973149.3456
Yxy21.97310.26420.2267
Hunter Lab46.875515.5016-29.6015
CIE-Lab53.998521.2394-32.9371

#8877ba color RGB value is (136,119,186).

#8877ba hex color red value is 136, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8877ba hue: 0.71 , saturation: 0.33 and the lightness value of 8877ba is 0.60.

The process color (four color CMYK) of #8877ba color hex is 0.27, 0.36, 0.00, 0.27. Web safe color of #8877ba is #9966cc. Color #8877ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110111 10111010
Octal 210 167 272
Decimal 136 119 186
Hex 88 77 BA

RGB Percentages of Color #8877ba

%30.84
%26.98
%42.18

CMYK Percentages of Color #8877ba

%27
%36
%0
%27

Triadic Colors of #8877ba

#8877ba #ba8877 #77ba88

Analogous Colors of #8877ba

#8877ba #aa77ba #7788ba

Monochromatic Colors of #8877ba

#8877ba

Complementary Color

#8877ba #a9ba77

#8877ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8877ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8877ba Color CSS Codes

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

#8877ba Text Font Color

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

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


#8877ba Background Color

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

This div background color is #8877ba


#8877ba Border Color

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

This div border color is #8877ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8877ba


Comments

No comments written yet.

Please login to write comment.