Color Hex Logo

#e027df Color Hex

#E027DF
(224,39,223)
0 Favorites   0 Comments

Color spaces of #e027df

RGB 22439223
HSL0.830.750.52
HSV300°83°88°
CMYK 0.000.830.00   0.12
XYZ44.785322.626071.8189
Yxy22.62600.32170.1625
Hunter Lab47.566884.8202-56.2225
CIE-Lab54.685084.4004-52.2256

#e027df color RGB value is (224,39,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100111 11011111
Octal 340 47 337
Decimal 224 39 223
Hex E0 27 DF

RGB Percentages of Color #e027df

%46.09
%8.02
%45.88

CMYK Percentages of Color #e027df

%0
%83
%0
%12

Triadic Colors of #e027df

#e027df #dfe027 #27dfe0

Analogous Colors of #e027df

#e027df #e02783 #8527e0

Monochromatic Colors of #e027df

#e027df

Complementary Color

#e027df #27e028

#e027df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e027df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e027df Color CSS Codes

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

#e027df Text Font Color

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

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


#e027df Background Color

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

This div background color is #e027df


#e027df Border Color

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

This div border color is #e027df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e027df


Comments

No comments written yet.

Please login to write comment.