Color Hex Logo

#e029ca Color Hex

#E029CA
(224,41,202)
0 Favorites   0 Comments

Color spaces of #e029ca

RGB 22441202
HSL0.850.750.52
HSV307°82°88°
CMYK 0.000.820.10   0.12
XYZ42.194121.697457.8413
Yxy21.69740.34660.1782
Hunter Lab46.580580.1753-41.0170
CIE-Lab53.704580.9735-41.7979

#e029ca color RGB value is (224,41,202).

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

The process color (four color CMYK) of #e029ca color hex is 0.00, 0.82, 0.10, 0.12. Web safe color of #e029ca is #cc33cc. Color #e029ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101001 11001010
Octal 340 51 312
Decimal 224 41 202
Hex E0 29 CA

RGB Percentages of Color #e029ca

%47.97
%8.78
%43.25

CMYK Percentages of Color #e029ca

%0
%82
%10
%12

Triadic Colors of #e029ca

#e029ca #cae029 #29cae0

Analogous Colors of #e029ca

#e029ca #e0296f #9b29e0

Monochromatic Colors of #e029ca

#e029ca

Complementary Color

#e029ca #29e03f

#e029ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e029ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e029ca Color CSS Codes

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

#e029ca Text Font Color

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

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


#e029ca Background Color

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

This div background color is #e029ca


#e029ca Border Color

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

This div border color is #e029ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e029ca


Comments

No comments written yet.

Please login to write comment.