Color Hex Logo

#801bde Color Hex

#801BDE
(128,27,222)
0 Favorites   0 Comments

Color spaces of #801bde

RGB 12827222
HSL0.750.780.49
HSV271°88°87°
CMYK 0.420.880.00   0.13
XYZ22.478810.647069.9775
Yxy10.64700.21800.1033
Hunter Lab32.629765.8675-104.3121
CIE-Lab38.979572.2258-77.8033

#801bde color RGB value is (128,27,222).

#801bde hex color red value is 128, green value is 27 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #801bde hue: 0.75 , saturation: 0.78 and the lightness value of 801bde is 0.49.

The process color (four color CMYK) of #801bde color hex is 0.42, 0.88, 0.00, 0.13. Web safe color of #801bde is #9933cc. Color #801bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011011 11011110
Octal 200 33 336
Decimal 128 27 222
Hex 80 1B DE

RGB Percentages of Color #801bde

%33.95
%7.16
%58.89

CMYK Percentages of Color #801bde

%42
%88
%0
%13

Triadic Colors of #801bde

#801bde #de801b #1bde80

Analogous Colors of #801bde

#801bde #de1bdb #1f1bde

Monochromatic Colors of #801bde

#801bde

Complementary Color

#801bde #79de1b

#801bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#801bde Color CSS Codes

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

#801bde Text Font Color

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

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


#801bde Background Color

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

This div background color is #801bde


#801bde Border Color

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

This div border color is #801bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801bde


Comments

No comments written yet.

Please login to write comment.