Color Hex Logo

#802ace Color Hex

#802ACE
(128,42,206)
0 Favorites   0 Comments

Color spaces of #802ace

RGB 12842206
HSL0.750.660.49
HSV271°80°81°
CMYK 0.380.800.00   0.19
XYZ20.870610.701459.3581
Yxy10.70140.22950.1177
Hunter Lab32.713056.6337-84.6833
CIE-Lab39.072964.2659-68.4283

#802ace color RGB value is (128,42,206).

#802ace hex color red value is 128, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #802ace hue: 0.75 , saturation: 0.66 and the lightness value of 802ace is 0.49.

The process color (four color CMYK) of #802ace color hex is 0.38, 0.80, 0.00, 0.19. Web safe color of #802ace is #9933cc. Color #802ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101010 11001110
Octal 200 52 316
Decimal 128 42 206
Hex 80 2A CE

RGB Percentages of Color #802ace

%34.04
%11.17
%54.79

CMYK Percentages of Color #802ace

%38
%80
%0
%19

Triadic Colors of #802ace

#802ace #ce802a #2ace80

Analogous Colors of #802ace

#802ace #ce2aca #2e2ace

Monochromatic Colors of #802ace

#802ace

Complementary Color

#802ace #78ce2a

#802ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#802ace Color CSS Codes

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

#802ace Text Font Color

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

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


#802ace Background Color

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

This div background color is #802ace


#802ace Border Color

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

This div border color is #802ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,42,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802ace;
  -webkit-box-shadow: 1px 1px 3px 2px #802ace;
  box-shadow:         1px 1px 3px 2px #802ace; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802ace


Comments

No comments written yet.

Please login to write comment.