Color Hex Logo

#804398 Color Hex

#804398
(128,67,152)
0 Favorites   0 Comments

Color spaces of #804398

RGB 12867152
HSL0.790.390.43
HSV283°56°60°
CMYK 0.160.560.00   0.40
XYZ16.576710.870530.9303
Yxy10.87050.28400.1862
Hunter Lab32.970432.0470-32.5420
CIE-Lab39.361540.7279-36.0226

#804398 color RGB value is (128,67,152).

#804398 hex color red value is 128, green value is 67 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #804398 hue: 0.79 , saturation: 0.39 and the lightness value of 804398 is 0.43.

The process color (four color CMYK) of #804398 color hex is 0.16, 0.56, 0.00, 0.40. Web safe color of #804398 is #993399. Color #804398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 10011000
Octal 200 103 230
Decimal 128 67 152
Hex 80 43 98

RGB Percentages of Color #804398

%36.89
%19.31
%43.80

CMYK Percentages of Color #804398

%16
%56
%0
%40

Triadic Colors of #804398

#804398 #988043 #439880

Analogous Colors of #804398

#804398 #984386 #564398

Monochromatic Colors of #804398

#804398

Complementary Color

#804398 #5b9843

#804398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804398 Color CSS Codes

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

#804398 Text Font Color

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

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


#804398 Background Color

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

This div background color is #804398


#804398 Border Color

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

This div border color is #804398


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,67,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804398; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804398;
  -webkit-box-shadow: 1px 1px 3px 2px #804398;
  box-shadow:         1px 1px 3px 2px #804398; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804398


Comments

No comments written yet.

Please login to write comment.