Color Hex Logo

#801acd Color Hex

#801ACD
(128,26,205)
0 Favorites   0 Comments

Color spaces of #801acd

RGB 12826205
HSL0.760.770.45
HSV274°87°80°
CMYK 0.380.870.00   0.20
XYZ20.29099.735858.5673
Yxy9.73580.22900.1099
Hunter Lab31.202261.4751-89.4471
CIE-Lab37.364068.8127-70.6459

#801acd color RGB value is (128,26,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011010 11001101
Octal 200 32 315
Decimal 128 26 205
Hex 80 1A CD

RGB Percentages of Color #801acd

%35.65
%7.24
%57.10

CMYK Percentages of Color #801acd

%38
%87
%0
%20

Triadic Colors of #801acd

#801acd #cd801a #1acd80

Analogous Colors of #801acd

#801acd #cd1ac1 #271acd

Monochromatic Colors of #801acd

#801acd

Complementary Color

#801acd #67cd1a

#801acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#801acd Color CSS Codes

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

#801acd Text Font Color

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

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


#801acd Background Color

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

This div background color is #801acd


#801acd Border Color

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

This div border color is #801acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801acd


Comments

No comments written yet.

Please login to write comment.