Color Hex Logo

#e32ada Color Hex

#E32ADA
(227,42,218)
0 Favorites   0 Comments

Color spaces of #e32ada

RGB 22742218
HSL0.840.770.53
HSV303°81°89°
CMYK 0.000.810.04   0.11
XYZ45.161423.048868.3983
Yxy23.04880.33060.1687
Hunter Lab48.009283.8959-50.8636
CIE-Lab55.122683.6004-48.6621

#e32ada color RGB value is (227,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101010 11011010
Octal 343 52 332
Decimal 227 42 218
Hex E3 2A DA

RGB Percentages of Color #e32ada

%46.61
%8.62
%44.76

CMYK Percentages of Color #e32ada

%0
%81
%4
%11

Triadic Colors of #e32ada

#e32ada #dae32a #2adae3

Analogous Colors of #e32ada

#e32ada #e32a7e #902ae3

Monochromatic Colors of #e32ada

#e32ada

Complementary Color

#e32ada #2ae333

#e32ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32ada Color CSS Codes

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

#e32ada Text Font Color

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

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


#e32ada Background Color

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

This div background color is #e32ada


#e32ada Border Color

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

This div border color is #e32ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32ada


Comments

No comments written yet.

Please login to write comment.