Color Hex Logo

#8018ce Color Hex

#8018CE
(128,24,206)
0 Favorites   0 Comments

Color spaces of #8018ce

RGB 12824206
HSL0.760.790.45
HSV274°88°81°
CMYK 0.380.880.00   0.19
XYZ20.36939.698759.1910
Yxy9.69870.22820.1087
Hunter Lab31.142762.2504-90.8888
CIE-Lab37.296169.4897-71.3383

#8018ce color RGB value is (128,24,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011000 11001110
Octal 200 30 316
Decimal 128 24 206
Hex 80 18 CE

RGB Percentages of Color #8018ce

%35.75
%6.70
%57.54

CMYK Percentages of Color #8018ce

%38
%88
%0
%19

Triadic Colors of #8018ce

#8018ce #ce8018 #18ce80

Analogous Colors of #8018ce

#8018ce #ce18c1 #2518ce

Monochromatic Colors of #8018ce

#8018ce

Complementary Color

#8018ce #66ce18

#8018ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8018ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8018ce Color CSS Codes

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

#8018ce Text Font Color

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

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


#8018ce Background Color

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

This div background color is #8018ce


#8018ce Border Color

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

This div border color is #8018ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8018ce


Comments

No comments written yet.

Please login to write comment.