Color Hex Logo

#801cca Color Hex

#801CCA
(128,28,202)
0 Favorites   0 Comments

Color spaces of #801cca

RGB 12828202
HSL0.760.760.45
HSV274°86°79°
CMYK 0.370.860.00   0.21
XYZ19.97809.684056.6933
Yxy9.68400.23130.1121
Hunter Lab31.119160.1358-86.2320
CIE-Lab37.269267.6774-69.0557

#801cca color RGB value is (128,28,202).

#801cca hex color red value is 128, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #801cca hue: 0.76 , saturation: 0.76 and the lightness value of 801cca is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011100 11001010
Octal 200 34 312
Decimal 128 28 202
Hex 80 1C CA

RGB Percentages of Color #801cca

%35.75
%7.82
%56.42

CMYK Percentages of Color #801cca

%37
%86
%0
%21

Triadic Colors of #801cca

#801cca #ca801c #1cca80

Analogous Colors of #801cca

#801cca #ca1cbd #291cca

Monochromatic Colors of #801cca

#801cca

Complementary Color

#801cca #66ca1c

#801cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#801cca Color CSS Codes

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

#801cca Text Font Color

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

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


#801cca Background Color

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

This div background color is #801cca


#801cca Border Color

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

This div border color is #801cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801cca


Comments

No comments written yet.

Please login to write comment.