Color Hex Logo

#804ebe Color Hex

#804EBE
(128,78,190)
0 Favorites   0 Comments

Color spaces of #804ebe

RGB 12878190
HSL0.740.460.53
HSV267°59°75°
CMYK 0.330.590.00   0.25
XYZ20.920713.755750.2677
Yxy13.75570.24630.1619
Hunter Lab37.088735.7817-54.3959
CIE-Lab43.880543.7847-51.3329

#804ebe color RGB value is (128,78,190).

#804ebe hex color red value is 128, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #804ebe hue: 0.74 , saturation: 0.46 and the lightness value of 804ebe is 0.53.

The process color (four color CMYK) of #804ebe color hex is 0.33, 0.59, 0.00, 0.25. Web safe color of #804ebe is #9966cc. Color #804ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 10111110
Octal 200 116 276
Decimal 128 78 190
Hex 80 4E BE

RGB Percentages of Color #804ebe

%32.32
%19.70
%47.98

CMYK Percentages of Color #804ebe

%33
%59
%0
%25

Triadic Colors of #804ebe

#804ebe #be804e #4ebe80

Analogous Colors of #804ebe

#804ebe #b84ebe #4e54be

Monochromatic Colors of #804ebe

#804ebe

Complementary Color

#804ebe #8cbe4e

#804ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#804ebe Color CSS Codes

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

#804ebe Text Font Color

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

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


#804ebe Background Color

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

This div background color is #804ebe


#804ebe Border Color

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

This div border color is #804ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804ebe


Comments

No comments written yet.

Please login to write comment.