Color Hex Logo

#8766ba Color Hex

#8766BA
(135,102,186)
0 Favorites   0 Comments

Color spaces of #8766ba

RGB 135102186
HSL0.730.380.56
HSV264°45°73°
CMYK 0.270.450.00   0.27
XYZ23.606018.198848.7229
Yxy18.19880.26080.2010
Hunter Lab42.660124.1181-37.8543
CIE-Lab49.736330.9442-39.6367

#8766ba color RGB value is (135,102,186).

#8766ba hex color red value is 135, green value is 102 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8766ba hue: 0.73 , saturation: 0.38 and the lightness value of 8766ba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100110 10111010
Octal 207 146 272
Decimal 135 102 186
Hex 87 66 BA

RGB Percentages of Color #8766ba

%31.91
%24.11
%43.97

CMYK Percentages of Color #8766ba

%27
%45
%0
%27

Triadic Colors of #8766ba

#8766ba #ba8766 #66ba87

Analogous Colors of #8766ba

#8766ba #b166ba #666fba

Monochromatic Colors of #8766ba

#8766ba

Complementary Color

#8766ba #99ba66

#8766ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8766ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8766ba Color CSS Codes

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

#8766ba Text Font Color

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

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


#8766ba Background Color

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

This div background color is #8766ba


#8766ba Border Color

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

This div border color is #8766ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,102,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 #8766ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8766ba


Comments

No comments written yet.

Please login to write comment.