Color Hex Logo

#800ea3 Color Hex

#800EA3
(128,14,163)
0 Favorites   0 Comments

Color spaces of #800ea3

RGB 12814163
HSL0.790.840.35
HSV286°91°64°
CMYK 0.210.910.00   0.36
XYZ15.67007.547635.2813
Yxy7.54760.26790.1290
Hunter Lab27.472953.7353-56.9105
CIE-Lab33.022462.8627-52.8485

#800ea3 color RGB value is (128,14,163).

#800ea3 hex color red value is 128, green value is 14 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #800ea3 hue: 0.79 , saturation: 0.84 and the lightness value of 800ea3 is 0.35.

The process color (four color CMYK) of #800ea3 color hex is 0.21, 0.91, 0.00, 0.36. Web safe color of #800ea3 is #990099. Color #800ea3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001110 10100011
Octal 200 16 243
Decimal 128 14 163
Hex 80 E A3

RGB Percentages of Color #800ea3

%41.97
%4.59
%53.44

CMYK Percentages of Color #800ea3

%21
%91
%0
%36

Triadic Colors of #800ea3

#800ea3 #a3800e #0ea380

Analogous Colors of #800ea3

#800ea3 #a30e7c #360ea3

Monochromatic Colors of #800ea3

#800ea3

Complementary Color

#800ea3 #31a30e

#800ea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800ea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800ea3 Color CSS Codes

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

#800ea3 Text Font Color

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

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


#800ea3 Background Color

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

This div background color is #800ea3


#800ea3 Border Color

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

This div border color is #800ea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800ea3


Comments

No comments written yet.

Please login to write comment.