Color Hex Logo

#e429be Color Hex

#E429BE
(228,41,190)
0 Favorites   0 Comments

Color spaces of #e429be

RGB 22841190
HSL0.870.780.53
HSV312°82°89°
CMYK 0.000.820.17   0.11
XYZ42.082121.797650.7046
Yxy21.79760.36730.1902
Hunter Lab46.687979.1870-31.7094
CIE-Lab53.811680.1740-34.6569

#e429be color RGB value is (228,41,190).

#e429be hex color red value is 228, green value is 41 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e429be hue: 0.87 , saturation: 0.78 and the lightness value of e429be is 0.53.

The process color (four color CMYK) of #e429be color hex is 0.00, 0.82, 0.17, 0.11. Web safe color of #e429be is #cc33cc. Color #e429be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101001 10111110
Octal 344 51 276
Decimal 228 41 190
Hex E4 29 BE

RGB Percentages of Color #e429be

%49.67
%8.93
%41.39

CMYK Percentages of Color #e429be

%0
%82
%17
%11

Triadic Colors of #e429be

#e429be #bee429 #29bee4

Analogous Colors of #e429be

#e429be #e42960 #ad29e4

Monochromatic Colors of #e429be

#e429be

Complementary Color

#e429be #29e44f

#e429be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e429be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e429be Color CSS Codes

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

#e429be Text Font Color

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

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


#e429be Background Color

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

This div background color is #e429be


#e429be Border Color

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

This div border color is #e429be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e429be


Comments

No comments written yet.

Please login to write comment.