Color Hex Logo

#800cec Color Hex

#800CEC
(128,12,236)
0 Favorites   0 Comments

Color spaces of #800cec

RGB 12812236
HSL0.750.900.49
HSV271°95°93°
CMYK 0.460.950.00   0.07
XYZ24.173910.908380.1883
Yxy10.90830.20970.0946
Hunter Lab33.027772.8506-120.8313
CIE-Lab39.425677.8875-85.0508

#800cec color RGB value is (128,12,236).

#800cec hex color red value is 128, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #800cec hue: 0.75 , saturation: 0.90 and the lightness value of 800cec is 0.49.

The process color (four color CMYK) of #800cec color hex is 0.46, 0.95, 0.00, 0.07. Web safe color of #800cec is #9900ff. Color #800cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001100 11101100
Octal 200 14 354
Decimal 128 12 236
Hex 80 C EC

RGB Percentages of Color #800cec

%34.04
%3.19
%62.77

CMYK Percentages of Color #800cec

%46
%95
%0
%7

Triadic Colors of #800cec

#800cec #ec800c #0cec80

Analogous Colors of #800cec

#800cec #ec0ce8 #100cec

Monochromatic Colors of #800cec

#800cec

Complementary Color

#800cec #78ec0c

#800cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#800cec Color CSS Codes

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

#800cec Text Font Color

<p style="color:#800cec">Text here</p>

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


#800cec Background Color

<div style="background-color:#800cec">
Div content here</div>

This div background color is #800cec


#800cec Border Color

<div style="border:3px solid #800cec">
Div here</div>

This div border color is #800cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,12,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #800cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #800cec;
  -webkit-box-shadow: 1px 1px 3px 2px #800cec;
  box-shadow:         1px 1px 3px 2px #800cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,12,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #800cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800cec


Comments

No comments written yet.

Please login to write comment.