Color Hex Logo

#802193 Color Hex

#802193
(128,33,147)
0 Favorites   0 Comments

Color spaces of #802193

RGB 12833147
HSL0.810.630.35
HSV290°78°58°
CMYK 0.130.780.00   0.42
XYZ14.71247.783528.3307
Yxy7.78350.28950.1531
Hunter Lab27.898945.3082-40.6783
CIE-Lab33.527954.9812-42.2889

#802193 color RGB value is (128,33,147).

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

The process color (four color CMYK) of #802193 color hex is 0.13, 0.78, 0.00, 0.42. Web safe color of #802193 is #993399. Color #802193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100001 10010011
Octal 200 41 223
Decimal 128 33 147
Hex 80 21 93

RGB Percentages of Color #802193

%41.56
%10.71
%47.73

CMYK Percentages of Color #802193

%13
%78
%0
%42

Triadic Colors of #802193

#802193 #938021 #219380

Analogous Colors of #802193

#802193 #93216d #472193

Monochromatic Colors of #802193

#802193

Complementary Color

#802193 #349321

#802193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802193 Color CSS Codes

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

#802193 Text Font Color

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

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


#802193 Background Color

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

This div background color is #802193


#802193 Border Color

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

This div border color is #802193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802193


Comments

No comments written yet.

Please login to write comment.