Color Hex Logo

#e42caa Color Hex

#E42CAA
(228,44,170)
0 Favorites   0 Comments

Color spaces of #e42caa

RGB 22844170
HSL0.890.770.53
HSV319°81°89°
CMYK 0.000.810.25   0.11
XYZ40.151321.197640.0056
Yxy21.19760.39610.2091
Hunter Lab46.040975.0948-19.2894
CIE-Lab53.165177.0409-23.9962

#e42caa color RGB value is (228,44,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101100 10101010
Octal 344 54 252
Decimal 228 44 170
Hex E4 2C AA

RGB Percentages of Color #e42caa

%51.58
%9.95
%38.46

CMYK Percentages of Color #e42caa

%0
%81
%25
%11

Triadic Colors of #e42caa

#e42caa #aae42c #2caae4

Analogous Colors of #e42caa

#e42caa #e42c4e #c22ce4

Monochromatic Colors of #e42caa

#e42caa

Complementary Color

#e42caa #2ce466

#e42caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42caa Color CSS Codes

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

#e42caa Text Font Color

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

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


#e42caa Background Color

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

This div background color is #e42caa


#e42caa Border Color

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

This div border color is #e42caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42caa


Comments

No comments written yet.

Please login to write comment.