Color Hex Logo

#e029a3 Color Hex

#E029A3
(224,41,163)
0 Favorites   0 Comments

Color spaces of #e029a3

RGB 22441163
HSL0.890.750.52
HSV320°82°88°
CMYK 0.000.820.27   0.12
XYZ38.144320.077536.5153
Yxy20.07750.40260.2119
Hunter Lab44.807973.5405-16.9516
CIE-Lab51.924776.0291-21.8415

#e029a3 color RGB value is (224,41,163).

#e029a3 hex color red value is 224, green value is 41 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #e029a3 hue: 0.89 , saturation: 0.75 and the lightness value of e029a3 is 0.52.

The process color (four color CMYK) of #e029a3 color hex is 0.00, 0.82, 0.27, 0.12. Web safe color of #e029a3 is #cc3399. Color #e029a3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101001 10100011
Octal 340 51 243
Decimal 224 41 163
Hex E0 29 A3

RGB Percentages of Color #e029a3

%52.34
%9.58
%38.08

CMYK Percentages of Color #e029a3

%0
%82
%27
%12

Triadic Colors of #e029a3

#e029a3 #a3e029 #29a3e0

Analogous Colors of #e029a3

#e029a3 #e02948 #c229e0

Monochromatic Colors of #e029a3

#e029a3

Complementary Color

#e029a3 #29e066

#e029a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e029a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e029a3 Color CSS Codes

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

#e029a3 Text Font Color

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

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


#e029a3 Background Color

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

This div background color is #e029a3


#e029a3 Border Color

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

This div border color is #e029a3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,41,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e029a3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e029a3;
  -webkit-box-shadow: 1px 1px 3px 2px #e029a3;
  box-shadow:         1px 1px 3px 2px #e029a3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,41,163, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e029a3


Comments

No comments written yet.

Please login to write comment.