Color Hex Logo

#800dec Color Hex

#800DEC
(128,13,236)
0 Favorites   0 Comments

Color spaces of #800dec

RGB 12813236
HSL0.750.900.49
HSV271°94°93°
CMYK 0.460.940.00   0.07
XYZ24.186310.933280.1924
Yxy10.93320.20970.0948
Hunter Lab33.065472.7027-120.6483
CIE-Lab39.467777.7601-84.9812

#800dec color RGB value is (128,13,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001101 11101100
Octal 200 15 354
Decimal 128 13 236
Hex 80 D EC

RGB Percentages of Color #800dec

%33.95
%3.45
%62.60

CMYK Percentages of Color #800dec

%46
%94
%0
%7

Triadic Colors of #800dec

#800dec #ec800d #0dec80

Analogous Colors of #800dec

#800dec #ec0de9 #110dec

Monochromatic Colors of #800dec

#800dec

Complementary Color

#800dec #79ec0d

#800dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#800dec Color CSS Codes

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

#800dec Text Font Color

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

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


#800dec Background Color

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

This div background color is #800dec


#800dec Border Color

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

This div border color is #800dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800dec


Comments

No comments written yet.

Please login to write comment.