Color Hex Logo

#801ecf Color Hex

#801ECF
(128,30,207)
0 Favorites   0 Comments

Color spaces of #801ecf

RGB 12830207
HSL0.760.750.46
HSV273°86°81°
CMYK 0.380.860.00   0.19
XYZ20.628810.022759.8788
Yxy10.02270.22790.1107
Hunter Lab31.658660.9081-89.9794
CIE-Lab37.883168.2248-70.9560

#801ecf color RGB value is (128,30,207).

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

The process color (four color CMYK) of #801ecf color hex is 0.38, 0.86, 0.00, 0.19. Web safe color of #801ecf is #9933cc. Color #801ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011110 11001111
Octal 200 36 317
Decimal 128 30 207
Hex 80 1E CF

RGB Percentages of Color #801ecf

%35.07
%8.22
%56.71

CMYK Percentages of Color #801ecf

%38
%86
%0
%19

Triadic Colors of #801ecf

#801ecf #cf801e #1ecf80

Analogous Colors of #801ecf

#801ecf #cf1ec6 #271ecf

Monochromatic Colors of #801ecf

#801ecf

Complementary Color

#801ecf #6dcf1e

#801ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#801ecf Color CSS Codes

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

#801ecf Text Font Color

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

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


#801ecf Background Color

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

This div background color is #801ecf


#801ecf Border Color

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

This div border color is #801ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801ecf


Comments

No comments written yet.

Please login to write comment.