Color Hex Logo

#802896 Color Hex

#802896
(128,40,150)
0 Favorites   0 Comments

Color spaces of #802896

RGB 12840150
HSL0.800.580.37
HSV288°73°59°
CMYK 0.150.730.00   0.41
XYZ15.16598.308829.6586
Yxy8.30880.28540.1564
Hunter Lab28.825043.4718-40.8272
CIE-Lab34.617953.0133-42.3741

#802896 color RGB value is (128,40,150).

#802896 hex color red value is 128, green value is 40 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #802896 hue: 0.80 , saturation: 0.58 and the lightness value of 802896 is 0.37.

The process color (four color CMYK) of #802896 color hex is 0.15, 0.73, 0.00, 0.41. Web safe color of #802896 is #993399. Color #802896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101000 10010110
Octal 200 50 226
Decimal 128 40 150
Hex 80 28 96

RGB Percentages of Color #802896

%40.25
%12.58
%47.17

CMYK Percentages of Color #802896

%15
%73
%0
%41

Triadic Colors of #802896

#802896 #968028 #289680

Analogous Colors of #802896

#802896 #962875 #492896

Monochromatic Colors of #802896

#802896

Complementary Color

#802896 #3e9628

#802896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802896 Color CSS Codes

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

#802896 Text Font Color

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

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


#802896 Background Color

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

This div background color is #802896


#802896 Border Color

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

This div border color is #802896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802896


Comments

No comments written yet.

Please login to write comment.