Color Hex Logo

#e129df Color Hex

#E129DF
(225,41,223)
0 Favorites   0 Comments

Color spaces of #e129df

RGB 22541223
HSL0.840.750.52
HSV301°82°88°
CMYK 0.000.820.01   0.12
XYZ45.163622.921171.8559
Yxy22.92110.32270.1638
Hunter Lab47.876084.6042-55.4737
CIE-Lab54.991084.1740-51.7280

#e129df color RGB value is (225,41,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 11011111
Octal 341 51 337
Decimal 225 41 223
Hex E1 29 DF

RGB Percentages of Color #e129df

%46.01
%8.38
%45.60

CMYK Percentages of Color #e129df

%0
%82
%1
%12

Triadic Colors of #e129df

#e129df #dfe129 #29dfe1

Analogous Colors of #e129df

#e129df #e12983 #8729e1

Monochromatic Colors of #e129df

#e129df

Complementary Color

#e129df #29e12b

#e129df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e129df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e129df Color CSS Codes

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

#e129df Text Font Color

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

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


#e129df Background Color

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

This div background color is #e129df


#e129df Border Color

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

This div border color is #e129df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e129df


Comments

No comments written yet.

Please login to write comment.