Color Hex Logo

#802eea Color Hex

#802EEA
(128,46,234)
0 Favorites   0 Comments

Color spaces of #802eea

RGB 12846234
HSL0.740.820.55
HSV266°80°92°
CMYK 0.450.800.00   0.08
XYZ24.730412.483778.9481
Yxy12.48370.21290.1075
Hunter Lab35.332363.1074-107.7478
CIE-Lab41.974869.3122-79.7197

#802eea color RGB value is (128,46,234).

#802eea hex color red value is 128, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #802eea hue: 0.74 , saturation: 0.82 and the lightness value of 802eea is 0.55.

The process color (four color CMYK) of #802eea color hex is 0.45, 0.80, 0.00, 0.08. Web safe color of #802eea is #9933ff. Color #802eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101110 11101010
Octal 200 56 352
Decimal 128 46 234
Hex 80 2E EA

RGB Percentages of Color #802eea

%31.37
%11.27
%57.35

CMYK Percentages of Color #802eea

%45
%80
%0
%8

Triadic Colors of #802eea

#802eea #ea802e #2eea80

Analogous Colors of #802eea

#802eea #de2eea #2e3aea

Monochromatic Colors of #802eea

#802eea

Complementary Color

#802eea #98ea2e

#802eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#802eea Color CSS Codes

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

#802eea Text Font Color

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

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


#802eea Background Color

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

This div background color is #802eea


#802eea Border Color

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

This div border color is #802eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802eea


Comments

No comments written yet.

Please login to write comment.