Color Hex Logo

#801cda Color Hex

#801CDA
(128,28,218)
0 Favorites   0 Comments

Color spaces of #801cda

RGB 12828218
HSL0.750.770.48
HSV272°87°85°
CMYK 0.410.870.00   0.15
XYZ21.972210.481767.1948
Yxy10.48170.22050.1052
Hunter Lab32.375564.4853-100.3927
CIE-Lab38.693471.1181-75.9777

#801cda color RGB value is (128,28,218).

#801cda hex color red value is 128, green value is 28 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #801cda hue: 0.75 , saturation: 0.77 and the lightness value of 801cda is 0.48.

The process color (four color CMYK) of #801cda color hex is 0.41, 0.87, 0.00, 0.15. Web safe color of #801cda is #9933cc. Color #801cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011100 11011010
Octal 200 34 332
Decimal 128 28 218
Hex 80 1C DA

RGB Percentages of Color #801cda

%34.22
%7.49
%58.29

CMYK Percentages of Color #801cda

%41
%87
%0
%15

Triadic Colors of #801cda

#801cda #da801c #1cda80

Analogous Colors of #801cda

#801cda #da1cd5 #211cda

Monochromatic Colors of #801cda

#801cda

Complementary Color

#801cda #76da1c

#801cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#801cda Color CSS Codes

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

#801cda Text Font Color

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

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


#801cda Background Color

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

This div background color is #801cda


#801cda Border Color

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

This div border color is #801cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801cda


Comments

No comments written yet.

Please login to write comment.