Color Hex Logo

#802eed Color Hex

#802EED
(128,46,237)
0 Favorites   0 Comments

Color spaces of #802eed

RGB 12846237
HSL0.740.840.55
HSV266°81°93°
CMYK 0.460.810.00   0.07
XYZ25.165112.657681.2376
Yxy12.65760.21140.1063
Hunter Lab35.577563.9980-110.4783
CIE-Lab42.242770.0166-80.9780

#802eed color RGB value is (128,46,237).

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

The process color (four color CMYK) of #802eed color hex is 0.46, 0.81, 0.00, 0.07. Web safe color of #802eed is #9933ff. Color #802eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101110 11101101
Octal 200 56 355
Decimal 128 46 237
Hex 80 2E ED

RGB Percentages of Color #802eed

%31.14
%11.19
%57.66

CMYK Percentages of Color #802eed

%46
%81
%0
%7

Triadic Colors of #802eed

#802eed #ed802e #2eed80

Analogous Colors of #802eed

#802eed #e02eed #2e3ced

Monochromatic Colors of #802eed

#802eed

Complementary Color

#802eed #9bed2e

#802eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#802eed Color CSS Codes

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

#802eed Text Font Color

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

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


#802eed Background Color

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

This div background color is #802eed


#802eed Border Color

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

This div border color is #802eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802eed


Comments

No comments written yet.

Please login to write comment.