Color Hex Logo

#8776ce Color Hex

#8776CE
(135,118,206)
0 Favorites   0 Comments

Color spaces of #8776ce

RGB 135118206
HSL0.700.470.64
HSV252°43°81°
CMYK 0.340.430.00   0.19
XYZ27.610722.564061.2926
Yxy22.56400.24770.2024
Hunter Lab47.501620.6269-43.2524
CIE-Lab54.620426.7454-43.3783

#8776ce color RGB value is (135,118,206).

#8776ce hex color red value is 135, green value is 118 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8776ce hue: 0.70 , saturation: 0.47 and the lightness value of 8776ce is 0.64.

The process color (four color CMYK) of #8776ce color hex is 0.34, 0.43, 0.00, 0.19. Web safe color of #8776ce is #9966cc. Color #8776ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110110 11001110
Octal 207 166 316
Decimal 135 118 206
Hex 87 76 CE

RGB Percentages of Color #8776ce

%29.41
%25.71
%44.88

CMYK Percentages of Color #8776ce

%34
%43
%0
%19

Triadic Colors of #8776ce

#8776ce #ce8776 #76ce87

Analogous Colors of #8776ce

#8776ce #b376ce #7691ce

Monochromatic Colors of #8776ce

#8776ce

Complementary Color

#8776ce #bdce76

#8776ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8776ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8776ce Color CSS Codes

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

#8776ce Text Font Color

<p style="color:#8776ce">Text here</p>

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


#8776ce Background Color

<div style="background-color:#8776ce">
Div content here</div>

This div background color is #8776ce


#8776ce Border Color

<div style="border:3px solid #8776ce">
Div here</div>

This div border color is #8776ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,118,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8776ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8776ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8776ce;
  box-shadow:         1px 1px 3px 2px #8776ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,118,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8776ce


Comments

No comments written yet.

Please login to write comment.