Color Hex Logo

#e844ea Color Hex

#E844EA
(232,68,234)
0 Favorites   0 Comments

Color spaces of #e844ea

RGB 23268234
HSL0.830.800.59
HSV299°71°92°
CMYK 0.010.710.00   0.08
XYZ50.197127.230680.4522
Yxy27.23060.31790.1725
Hunter Lab52.182980.3869-54.8813
CIE-Lab59.187280.0744-51.1770

#e844ea color RGB value is (232,68,234).

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

The process color (four color CMYK) of #e844ea color hex is 0.01, 0.71, 0.00, 0.08. Web safe color of #e844ea is #ff33ff. Color #e844ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000100 11101010
Octal 350 104 352
Decimal 232 68 234
Hex E8 44 EA

RGB Percentages of Color #e844ea

%43.45
%12.73
%43.82

CMYK Percentages of Color #e844ea

%1
%71
%0
%8

Triadic Colors of #e844ea

#e844ea #eae844 #44eae8

Analogous Colors of #e844ea

#e844ea #ea4499 #9544ea

Monochromatic Colors of #e844ea

#e844ea

Complementary Color

#e844ea #46ea44

#e844ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e844ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e844ea Color CSS Codes

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

#e844ea Text Font Color

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

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


#e844ea Background Color

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

This div background color is #e844ea


#e844ea Border Color

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

This div border color is #e844ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e844ea


Comments

No comments written yet.

Please login to write comment.