Color Hex Logo

#ea29df Color Hex

#EA29DF
(234,41,223)
0 Favorites   0 Comments

Color spaces of #ea29df

RGB 23441223
HSL0.840.820.54
HSV303°82°92°
CMYK 0.000.820.05   0.08
XYZ48.043924.406071.9907
Yxy24.40600.33260.1690
Hunter Lab49.402487.1371-51.8175
CIE-Lab56.492085.8280-49.2488

#ea29df color RGB value is (234,41,223).

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

The process color (four color CMYK) of #ea29df color hex is 0.00, 0.82, 0.05, 0.08. Web safe color of #ea29df is #ff33cc. Color #ea29df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 11011111
Octal 352 51 337
Decimal 234 41 223
Hex EA 29 DF

RGB Percentages of Color #ea29df

%46.99
%8.23
%44.78

CMYK Percentages of Color #ea29df

%0
%82
%5
%8

Triadic Colors of #ea29df

#ea29df #dfea29 #29dfea

Analogous Colors of #ea29df

#ea29df #ea297f #9529ea

Monochromatic Colors of #ea29df

#ea29df

Complementary Color

#ea29df #29ea34

#ea29df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea29df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea29df Color CSS Codes

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

#ea29df Text Font Color

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

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


#ea29df Background Color

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

This div background color is #ea29df


#ea29df Border Color

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

This div border color is #ea29df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,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 #ea29df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea29df


Comments

No comments written yet.

Please login to write comment.