Color Hex Logo

#8108ce Color Hex

#8108CE
(129,8,206)
0 Favorites   0 Comments

Color spaces of #8108ce

RGB 1298206
HSL0.770.930.42
HSV277°96°81°
CMYK 0.370.960.00   0.19
XYZ20.28079.297059.1181
Yxy9.29700.22870.1048
Hunter Lab30.491065.3678-93.6120
CIE-Lab36.549972.2716-72.5578

#8108ce color RGB value is (129,8,206).

#8108ce hex color red value is 129, green value is 8 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8108ce hue: 0.77 , saturation: 0.93 and the lightness value of 8108ce is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00001000 11001110
Octal 201 10 316
Decimal 129 8 206
Hex 81 8 CE

RGB Percentages of Color #8108ce

%37.61
%2.33
%60.06

CMYK Percentages of Color #8108ce

%37
%96
%0
%19

Triadic Colors of #8108ce

#8108ce #ce8108 #08ce81

Analogous Colors of #8108ce

#8108ce #ce08b8 #1e08ce

Monochromatic Colors of #8108ce

#8108ce

Complementary Color

#8108ce #55ce08

#8108ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8108ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8108ce Color CSS Codes

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

#8108ce Text Font Color

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

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


#8108ce Background Color

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

This div background color is #8108ce


#8108ce Border Color

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

This div border color is #8108ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8108ce


Comments

No comments written yet.

Please login to write comment.