Color Hex Logo

#804eca Color Hex

#804ECA
(128,78,202)
0 Favorites   0 Comments

Color spaces of #804eca

RGB 12878202
HSL0.730.540.55
HSV264°61°79°
CMYK 0.370.610.00   0.21
XYZ22.287114.302257.4631
Yxy14.30220.23700.1521
Hunter Lab37.818239.0119-63.6157
CIE-Lab44.663246.8453-57.0324

#804eca color RGB value is (128,78,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 11001010
Octal 200 116 312
Decimal 128 78 202
Hex 80 4E CA

RGB Percentages of Color #804eca

%31.37
%19.12
%49.51

CMYK Percentages of Color #804eca

%37
%61
%0
%21

Triadic Colors of #804eca

#804eca #ca804e #4eca80

Analogous Colors of #804eca

#804eca #be4eca #4e5aca

Monochromatic Colors of #804eca

#804eca

Complementary Color

#804eca #98ca4e

#804eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#804eca Color CSS Codes

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

#804eca Text Font Color

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

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


#804eca Background Color

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

This div background color is #804eca


#804eca Border Color

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

This div border color is #804eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804eca


Comments

No comments written yet.

Please login to write comment.