Color Hex Logo

#e429bb Color Hex

#E429BB
(228,41,187)
0 Favorites   0 Comments

Color spaces of #e429bb

RGB 22841187
HSL0.870.780.53
HSV313°82°89°
CMYK 0.000.820.18   0.11
XYZ41.757521.667748.9951
Yxy21.66770.37140.1927
Hunter Lab46.548678.6676-29.8222
CIE-Lab53.672679.7905-33.1343

#e429bb color RGB value is (228,41,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101001 10111011
Octal 344 51 273
Decimal 228 41 187
Hex E4 29 BB

RGB Percentages of Color #e429bb

%50.00
%8.99
%41.01

CMYK Percentages of Color #e429bb

%0
%82
%18
%11

Triadic Colors of #e429bb

#e429bb #bbe429 #29bbe4

Analogous Colors of #e429bb

#e429bb #e4295e #b029e4

Monochromatic Colors of #e429bb

#e429bb

Complementary Color

#e429bb #29e452

#e429bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e429bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e429bb Color CSS Codes

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

#e429bb Text Font Color

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

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


#e429bb Background Color

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

This div background color is #e429bb


#e429bb Border Color

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

This div border color is #e429bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e429bb


Comments

No comments written yet.

Please login to write comment.