Color Hex Logo

#8002ce Color Hex

#8002CE
(128,2,206)
0 Favorites   0 Comments

Color spaces of #8002ce

RGB 1282206
HSL0.770.980.41
HSV277°99°81°
CMYK 0.380.990.00   0.19
XYZ20.06449.088859.0893
Yxy9.08880.22740.1030
Hunter Lab30.147666.0402-95.1049
CIE-Lab36.154772.9092-73.2128

#8002ce color RGB value is (128,2,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000010 11001110
Octal 200 2 316
Decimal 128 2 206
Hex 80 2 CE

RGB Percentages of Color #8002ce

%38.10
%0.60
%61.31

CMYK Percentages of Color #8002ce

%38
%99
%0
%19

Triadic Colors of #8002ce

#8002ce #ce8002 #02ce80

Analogous Colors of #8002ce

#8002ce #ce02b6 #1a02ce

Monochromatic Colors of #8002ce

#8002ce

Complementary Color

#8002ce #50ce02

#8002ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8002ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8002ce Color CSS Codes

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

#8002ce Text Font Color

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

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


#8002ce Background Color

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

This div background color is #8002ce


#8002ce Border Color

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

This div border color is #8002ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8002ce


Comments

No comments written yet.

Please login to write comment.