Color Hex Logo

#8806ce Color Hex French Violet

#8806CE
(136,6,206)
6 Favorites   0 Comments

Color spaces of #8806ce French Violet

RGB 1366206
HSL0.780.940.42
HSV279°97°81°
CMYK 0.340.970.00   0.19
XYZ21.35909.820759.1624
Yxy9.82070.23640.1087
Hunter Lab31.338066.8185-89.9959
CIE-Lab37.518773.3001-70.9283

#8806ce color RGB value is (136,6,206). #8806ce color name is French Violet color.

#8806ce hex color red value is 136, green value is 6 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8806ce hue: 0.78 , saturation: 0.94 and the lightness value of 8806ce is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 11001110
Octal 210 6 316
Decimal 136 6 206
Hex 88 6 CE

RGB Percentages of Color #8806ce

%39.08
%1.72
%59.20

CMYK Percentages of Color #8806ce

%34
%97
%0
%19

Triadic Colors of #8806ce

#8806ce #ce8806 #06ce88

Analogous Colors of #8806ce

#8806ce #ce06b0 #2406ce

Monochromatic Colors of #8806ce

#8806ce

Complementary Color

#8806ce #4cce06

#8806ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8806ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8806ce Color CSS Codes

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

#8806ce Text Font Color

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

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


#8806ce Background Color

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

This div background color is #8806ce


#8806ce Border Color

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

This div border color is #8806ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8806ce


Comments

No comments written yet.

Please login to write comment.