Color Hex Logo

#e32ade Color Hex

#E32ADE
(227,42,222)
0 Favorites   0 Comments

Color spaces of #e32ade

RGB 22742222
HSL0.840.770.53
HSV302°81°89°
CMYK 0.000.810.02   0.11
XYZ45.691323.260771.1888
Yxy23.26070.32600.1660
Hunter Lab48.229384.7052-53.7543
CIE-Lab55.339984.1839-50.5859

#e32ade color RGB value is (227,42,222).

#e32ade hex color red value is 227, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e32ade hue: 0.84 , saturation: 0.77 and the lightness value of e32ade is 0.53.

The process color (four color CMYK) of #e32ade color hex is 0.00, 0.81, 0.02, 0.11. Web safe color of #e32ade is #cc33cc. Color #e32ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101010 11011110
Octal 343 52 336
Decimal 227 42 222
Hex E3 2A DE

RGB Percentages of Color #e32ade

%46.23
%8.55
%45.21

CMYK Percentages of Color #e32ade

%0
%81
%2
%11

Triadic Colors of #e32ade

#e32ade #dee32a #2adee3

Analogous Colors of #e32ade

#e32ade #e32a82 #8c2ae3

Monochromatic Colors of #e32ade

#e32ade

Complementary Color

#e32ade #2ae32f

#e32ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32ade Color CSS Codes

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

#e32ade Text Font Color

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

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


#e32ade Background Color

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

This div background color is #e32ade


#e32ade Border Color

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

This div border color is #e32ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,42,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e32ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e32ade;
  -webkit-box-shadow: 1px 1px 3px 2px #e32ade;
  box-shadow:         1px 1px 3px 2px #e32ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,42,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32ade


Comments

No comments written yet.

Please login to write comment.