Color Hex Logo

#801deb Color Hex

#801DEB
(128,29,235)
0 Favorites   0 Comments

Color spaces of #801deb

RGB 12829235
HSL0.750.840.52
HSV269°88°92°
CMYK 0.460.880.00   0.08
XYZ24.336811.466179.5277
Yxy11.46610.21100.0994
Hunter Lab33.861669.0325-115.5458
CIE-Lab40.354774.5929-82.9516

#801deb color RGB value is (128,29,235).

#801deb hex color red value is 128, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #801deb hue: 0.75 , saturation: 0.84 and the lightness value of 801deb is 0.52.

The process color (four color CMYK) of #801deb color hex is 0.46, 0.88, 0.00, 0.08. Web safe color of #801deb is #9933ff. Color #801deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011101 11101011
Octal 200 35 353
Decimal 128 29 235
Hex 80 1D EB

RGB Percentages of Color #801deb

%32.65
%7.40
%59.95

CMYK Percentages of Color #801deb

%46
%88
%0
%8

Triadic Colors of #801deb

#801deb #eb801d #1deb80

Analogous Colors of #801deb

#801deb #e71deb #1d21eb

Monochromatic Colors of #801deb

#801deb

Complementary Color

#801deb #88eb1d

#801deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#801deb Color CSS Codes

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

#801deb Text Font Color

<p style="color:#801deb">Text here</p>

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


#801deb Background Color

<div style="background-color:#801deb">
Div content here</div>

This div background color is #801deb


#801deb Border Color

<div style="border:3px solid #801deb">
Div here</div>

This div border color is #801deb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,29,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #801deb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #801deb;
  -webkit-box-shadow: 1px 1px 3px 2px #801deb;
  box-shadow:         1px 1px 3px 2px #801deb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801deb


Comments

No comments written yet.

Please login to write comment.