Color Hex Logo

#801ecb Color Hex

#801ECB
(128,30,203)
0 Favorites   0 Comments

Color spaces of #801ecb

RGB 12830203
HSL0.760.740.46
HSV274°85°80°
CMYK 0.370.850.00   0.20
XYZ20.14599.829557.3354
Yxy9.82950.23070.1126
Hunter Lab31.352059.8328-86.4809
CIE-Lab37.534767.3637-69.2032

#801ecb color RGB value is (128,30,203).

#801ecb hex color red value is 128, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #801ecb hue: 0.76 , saturation: 0.74 and the lightness value of 801ecb is 0.46.

The process color (four color CMYK) of #801ecb color hex is 0.37, 0.85, 0.00, 0.20. Web safe color of #801ecb is #9933cc. Color #801ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011110 11001011
Octal 200 36 313
Decimal 128 30 203
Hex 80 1E CB

RGB Percentages of Color #801ecb

%35.46
%8.31
%56.23

CMYK Percentages of Color #801ecb

%37
%85
%0
%20

Triadic Colors of #801ecb

#801ecb #cb801e #1ecb80

Analogous Colors of #801ecb

#801ecb #cb1ec0 #2a1ecb

Monochromatic Colors of #801ecb

#801ecb

Complementary Color

#801ecb #69cb1e

#801ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#801ecb Color CSS Codes

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

#801ecb Text Font Color

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

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


#801ecb Background Color

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

This div background color is #801ecb


#801ecb Border Color

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

This div border color is #801ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801ecb


Comments

No comments written yet.

Please login to write comment.