Color Hex Logo

#805498 Color Hex

#805498
(128,84,152)
0 Favorites   0 Comments

Color spaces of #805498

RGB 12884152
HSL0.770.290.46
HSV279°45°60°
CMYK 0.160.450.00   0.40
XYZ17.739913.196831.3180
Yxy13.19680.28500.2120
Hunter Lab36.327423.5946-25.6850
CIE-Lab43.058331.1805-30.1958

#805498 color RGB value is (128,84,152).

#805498 hex color red value is 128, green value is 84 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #805498 hue: 0.77 , saturation: 0.29 and the lightness value of 805498 is 0.46.

The process color (four color CMYK) of #805498 color hex is 0.16, 0.45, 0.00, 0.40. Web safe color of #805498 is #996699. Color #805498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010100 10011000
Octal 200 124 230
Decimal 128 84 152
Hex 80 54 98

RGB Percentages of Color #805498

%35.16
%23.08
%41.76

CMYK Percentages of Color #805498

%16
%45
%0
%40

Triadic Colors of #805498

#805498 #988054 #549880

Analogous Colors of #805498

#805498 #98548e #5e5498

Monochromatic Colors of #805498

#805498

Complementary Color

#805498 #6c9854

#805498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805498 Color CSS Codes

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

#805498 Text Font Color

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

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


#805498 Background Color

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

This div background color is #805498


#805498 Border Color

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

This div border color is #805498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805498


Comments

No comments written yet.

Please login to write comment.