Color Hex Logo

#e045df Color Hex

#E045DF
(224,69,223)
0 Favorites   0 Comments

Color spaces of #e045df

RGB 22469223
HSL0.830.710.57
HSV300°69°88°
CMYK 0.000.690.00   0.12
XYZ46.187925.431372.2864
Yxy25.43130.32100.1767
Hunter Lab50.429575.2351-49.6866
CIE-Lab57.493376.3159-47.7607

#e045df color RGB value is (224,69,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000101 11011111
Octal 340 105 337
Decimal 224 69 223
Hex E0 45 DF

RGB Percentages of Color #e045df

%43.41
%13.37
%43.22

CMYK Percentages of Color #e045df

%0
%69
%0
%12

Triadic Colors of #e045df

#e045df #dfe045 #45dfe0

Analogous Colors of #e045df

#e045df #e04592 #9445e0

Monochromatic Colors of #e045df

#e045df

Complementary Color

#e045df #45e046

#e045df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e045df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e045df Color CSS Codes

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

#e045df Text Font Color

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

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


#e045df Background Color

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

This div background color is #e045df


#e045df Border Color

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

This div border color is #e045df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e045df


Comments

No comments written yet.

Please login to write comment.