Color Hex Logo

#802eca Color Hex

#802ECA
(128,46,202)
0 Favorites   0 Comments

Color spaces of #802eca

RGB 12846202
HSL0.750.630.49
HSV272°77°79°
CMYK 0.370.770.00   0.21
XYZ20.539810.807556.8806
Yxy10.80750.23280.1225
Hunter Lab32.874853.9941-79.5725
CIE-Lab39.254361.8817-65.8101

#802eca color RGB value is (128,46,202).

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

The process color (four color CMYK) of #802eca color hex is 0.37, 0.77, 0.00, 0.21. Web safe color of #802eca is #9933cc. Color #802eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101110 11001010
Octal 200 56 312
Decimal 128 46 202
Hex 80 2E CA

RGB Percentages of Color #802eca

%34.04
%12.23
%53.72

CMYK Percentages of Color #802eca

%37
%77
%0
%21

Triadic Colors of #802eca

#802eca #ca802e #2eca80

Analogous Colors of #802eca

#802eca #ca2ec6 #322eca

Monochromatic Colors of #802eca

#802eca

Complementary Color

#802eca #78ca2e

#802eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#802eca Color CSS Codes

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

#802eca Text Font Color

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

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


#802eca Background Color

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

This div background color is #802eca


#802eca Border Color

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

This div border color is #802eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802eca


Comments

No comments written yet.

Please login to write comment.