Color Hex Logo

#e028df Color Hex

#E028DF
(224,40,223)
0 Favorites   0 Comments

Color spaces of #e028df

RGB 22440223
HSL0.830.750.52
HSV300°82°88°
CMYK 0.000.820.00   0.12
XYZ44.818522.692671.8299
Yxy22.69260.32160.1629
Hunter Lab47.636884.5754-56.0557
CIE-Lab54.754384.1979-52.1150

#e028df color RGB value is (224,40,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101000 11011111
Octal 340 50 337
Decimal 224 40 223
Hex E0 28 DF

RGB Percentages of Color #e028df

%46.00
%8.21
%45.79

CMYK Percentages of Color #e028df

%0
%82
%0
%12

Triadic Colors of #e028df

#e028df #dfe028 #28dfe0

Analogous Colors of #e028df

#e028df #e02883 #8528e0

Monochromatic Colors of #e028df

#e028df

Complementary Color

#e028df #28e029

#e028df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e028df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e028df Color CSS Codes

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

#e028df Text Font Color

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

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


#e028df Background Color

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

This div background color is #e028df


#e028df Border Color

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

This div border color is #e028df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e028df


Comments

No comments written yet.

Please login to write comment.