Color Hex Logo

#804aca Color Hex

#804ACA
(128,74,202)
0 Favorites   0 Comments

Color spaces of #804aca

RGB 12874202
HSL0.740.550.54
HSV265°63°79°
CMYK 0.370.630.00   0.21
XYZ22.011513.751057.3712
Yxy13.75100.23630.1476
Hunter Lab37.082341.0607-65.7717
CIE-Lab43.873748.9723-58.3075

#804aca color RGB value is (128,74,202).

#804aca hex color red value is 128, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #804aca hue: 0.74 , saturation: 0.55 and the lightness value of 804aca is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001010 11001010
Octal 200 112 312
Decimal 128 74 202
Hex 80 4A CA

RGB Percentages of Color #804aca

%31.68
%18.32
%50.00

CMYK Percentages of Color #804aca

%37
%63
%0
%21

Triadic Colors of #804aca

#804aca #ca804a #4aca80

Analogous Colors of #804aca

#804aca #c04aca #4a54ca

Monochromatic Colors of #804aca

#804aca

Complementary Color

#804aca #94ca4a

#804aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#804aca Color CSS Codes

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

#804aca Text Font Color

<p style="color:#804aca">Text here</p>

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


#804aca Background Color

<div style="background-color:#804aca">
Div content here</div>

This div background color is #804aca


#804aca Border Color

<div style="border:3px solid #804aca">
Div here</div>

This div border color is #804aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,74,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 #804aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804aca


Comments

No comments written yet.

Please login to write comment.