Color Hex Logo

#800aee Color Hex

#800AEE
(128,10,238)
0 Favorites   0 Comments

Color spaces of #800aee

RGB 12810238
HSL0.750.920.49
HSV271°96°93°
CMYK 0.460.960.00   0.07
XYZ24.443210.979381.7198
Yxy10.97930.20870.0937
Hunter Lab33.135073.6904-123.0304
CIE-Lab39.545678.5424-85.9865

#800aee color RGB value is (128,10,238).

#800aee hex color red value is 128, green value is 10 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #800aee hue: 0.75 , saturation: 0.92 and the lightness value of 800aee is 0.49.

The process color (four color CMYK) of #800aee color hex is 0.46, 0.96, 0.00, 0.07. Web safe color of #800aee is #9900ff. Color #800aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001010 11101110
Octal 200 12 356
Decimal 128 10 238
Hex 80 A EE

RGB Percentages of Color #800aee

%34.04
%2.66
%63.30

CMYK Percentages of Color #800aee

%46
%96
%0
%7

Triadic Colors of #800aee

#800aee #ee800a #0aee80

Analogous Colors of #800aee

#800aee #ee0aea #0e0aee

Monochromatic Colors of #800aee

#800aee

Complementary Color

#800aee #78ee0a

#800aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#800aee Color CSS Codes

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

#800aee Text Font Color

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

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


#800aee Background Color

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

This div background color is #800aee


#800aee Border Color

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

This div border color is #800aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,10,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #800aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #800aee;
  -webkit-box-shadow: 1px 1px 3px 2px #800aee;
  box-shadow:         1px 1px 3px 2px #800aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800aee


Comments

No comments written yet.

Please login to write comment.