Color Hex Logo

#e32caa Color Hex

#E32CAA
(227,44,170)
0 Favorites   0 Comments

Color spaces of #e32caa

RGB 22744170
HSL0.890.770.53
HSV319°81°89°
CMYK 0.000.810.25   0.11
XYZ39.834921.034539.9907
Yxy21.03450.39500.2086
Hunter Lab45.863474.7763-19.5937
CIE-Lab52.987276.8194-24.2851

#e32caa color RGB value is (227,44,170).

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

The process color (four color CMYK) of #e32caa color hex is 0.00, 0.81, 0.25, 0.11. Web safe color of #e32caa is #cc3399. Color #e32caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101100 10101010
Octal 343 54 252
Decimal 227 44 170
Hex E3 2C AA

RGB Percentages of Color #e32caa

%51.47
%9.98
%38.55

CMYK Percentages of Color #e32caa

%0
%81
%25
%11

Triadic Colors of #e32caa

#e32caa #aae32c #2caae3

Analogous Colors of #e32caa

#e32caa #e32c4e #c12ce3

Monochromatic Colors of #e32caa

#e32caa

Complementary Color

#e32caa #2ce365

#e32caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32caa Color CSS Codes

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

#e32caa Text Font Color

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

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


#e32caa Background Color

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

This div background color is #e32caa


#e32caa Border Color

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

This div border color is #e32caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32caa


Comments

No comments written yet.

Please login to write comment.