Color Hex Logo

#8044ea Color Hex

#8044EA
(128,68,234)
0 Favorites   0 Comments

Color spaces of #8044ea

RGB 12868234
HSL0.730.800.59
HSV262°71°92°
CMYK 0.450.710.00   0.08
XYZ25.820514.664079.3114
Yxy14.66400.21550.1224
Hunter Lab38.293653.3447-95.9924
CIE-Lab45.170560.1603-74.4850

#8044ea color RGB value is (128,68,234).

#8044ea hex color red value is 128, green value is 68 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8044ea hue: 0.73 , saturation: 0.80 and the lightness value of 8044ea is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000100 11101010
Octal 200 104 352
Decimal 128 68 234
Hex 80 44 EA

RGB Percentages of Color #8044ea

%29.77
%15.81
%54.42

CMYK Percentages of Color #8044ea

%45
%71
%0
%8

Triadic Colors of #8044ea

#8044ea #ea8044 #44ea80

Analogous Colors of #8044ea

#8044ea #d344ea #445bea

Monochromatic Colors of #8044ea

#8044ea

Complementary Color

#8044ea #aeea44

#8044ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8044ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8044ea Color CSS Codes

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

#8044ea Text Font Color

<p style="color:#8044ea">Text here</p>

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


#8044ea Background Color

<div style="background-color:#8044ea">
Div content here</div>

This div background color is #8044ea


#8044ea Border Color

<div style="border:3px solid #8044ea">
Div here</div>

This div border color is #8044ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,68,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 #8044ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8044ea


Comments

No comments written yet.

Please login to write comment.