Color Hex Logo

#8000ce Color Hex

#8000CE
(128,0,206)
0 Favorites   0 Comments

Color spaces of #8000ce

RGB 1280206
HSL0.771.000.40
HSV277°100°81°
CMYK 0.381.000.00   0.19
XYZ20.04279.045459.0821
Yxy9.04540.22730.1026
Hunter Lab30.075666.3222-95.4196
CIE-Lab36.071673.1603-73.3495

#8000ce color RGB value is (128,0,206).

#8000ce hex color red value is 128, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8000ce hue: 0.77 , saturation: 1.00 and the lightness value of 8000ce is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 11001110
Octal 200 0 316
Decimal 128 0 206
Hex 80 0 CE

RGB Percentages of Color #8000ce

%38.32
%0.00
%61.68

CMYK Percentages of Color #8000ce

%38
%100
%0
%19

Triadic Colors of #8000ce

#8000ce #ce8000 #00ce80

Analogous Colors of #8000ce

#8000ce #ce00b5 #1900ce

Monochromatic Colors of #8000ce

#8000ce

Complementary Color

#8000ce #4ece00

#8000ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8000ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8000ce Color CSS Codes

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

#8000ce Text Font Color

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

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


#8000ce Background Color

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

This div background color is #8000ce


#8000ce Border Color

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

This div border color is #8000ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8000ce


Comments

No comments written yet.

Please login to write comment.