Color Hex Logo

#e128df Color Hex

#E128DF
(225,40,223)
0 Favorites   0 Comments

Color spaces of #e128df

RGB 22540223
HSL0.840.760.52
HSV301°82°88°
CMYK 0.000.820.01   0.12
XYZ45.129422.852871.8445
Yxy22.85280.32280.1634
Hunter Lab47.804684.8529-55.6424
CIE-Lab54.920484.3797-51.8404

#e128df color RGB value is (225,40,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 11011111
Octal 341 50 337
Decimal 225 40 223
Hex E1 28 DF

RGB Percentages of Color #e128df

%46.11
%8.20
%45.70

CMYK Percentages of Color #e128df

%0
%82
%1
%12

Triadic Colors of #e128df

#e128df #dfe128 #28dfe1

Analogous Colors of #e128df

#e128df #e12883 #8728e1

Monochromatic Colors of #e128df

#e128df

Complementary Color

#e128df #28e12a

#e128df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128df Color CSS Codes

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

#e128df Text Font Color

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

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


#e128df Background Color

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

This div background color is #e128df


#e128df Border Color

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

This div border color is #e128df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128df


Comments

No comments written yet.

Please login to write comment.