Color Hex Logo

#802190 Color Hex

#802190
(128,33,144)
0 Favorites   0 Comments

Color spaces of #802190

RGB 12833144
HSL0.810.630.35
HSV291°77°56°
CMYK 0.110.770.00   0.44
XYZ14.48007.690527.1068
Yxy7.69050.29380.1561
Hunter Lab27.731844.6724-38.5416
CIE-Lab33.329854.4138-40.7646

#802190 color RGB value is (128,33,144).

#802190 hex color red value is 128, green value is 33 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #802190 hue: 0.81 , saturation: 0.63 and the lightness value of 802190 is 0.35.

The process color (four color CMYK) of #802190 color hex is 0.11, 0.77, 0.00, 0.44. Web safe color of #802190 is #993399. Color #802190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100001 10010000
Octal 200 41 220
Decimal 128 33 144
Hex 80 21 90

RGB Percentages of Color #802190

%41.97
%10.82
%47.21

CMYK Percentages of Color #802190

%11
%77
%0
%44

Triadic Colors of #802190

#802190 #908021 #219080

Analogous Colors of #802190

#802190 #902169 #492190

Monochromatic Colors of #802190

#802190

Complementary Color

#802190 #319021

#802190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802190 Color CSS Codes

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

#802190 Text Font Color

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

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


#802190 Background Color

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

This div background color is #802190


#802190 Border Color

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

This div border color is #802190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802190


Comments

No comments written yet.

Please login to write comment.