Color Hex Logo

#8012ce Color Hex

#8012CE
(128,18,206)
0 Favorites   0 Comments

Color spaces of #8012ce

RGB 12818206
HSL0.760.840.44
HSV275°91°81°
CMYK 0.380.910.00   0.19
XYZ20.25909.478059.1542
Yxy9.47800.22790.1066
Hunter Lab30.786463.5860-92.3718
CIE-Lab36.888870.7045-72.0068

#8012ce color RGB value is (128,18,206).

#8012ce hex color red value is 128, green value is 18 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8012ce hue: 0.76 , saturation: 0.84 and the lightness value of 8012ce is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010010 11001110
Octal 200 22 316
Decimal 128 18 206
Hex 80 12 CE

RGB Percentages of Color #8012ce

%36.36
%5.11
%58.52

CMYK Percentages of Color #8012ce

%38
%91
%0
%19

Triadic Colors of #8012ce

#8012ce #ce8012 #12ce80

Analogous Colors of #8012ce

#8012ce #ce12be #2212ce

Monochromatic Colors of #8012ce

#8012ce

Complementary Color

#8012ce #60ce12

#8012ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8012ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8012ce Color CSS Codes

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

#8012ce Text Font Color

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

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


#8012ce Background Color

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

This div background color is #8012ce


#8012ce Border Color

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

This div border color is #8012ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8012ce


Comments

No comments written yet.

Please login to write comment.