Color Hex Logo

#e114df Color Hex

#E114DF
(225,20,223)
0 Favorites   0 Comments

Color spaces of #e114df

RGB 22520223
HSL0.830.840.48
HSV301°91°88°
CMYK 0.000.910.01   0.12
XYZ44.620821.835671.6749
Yxy21.83560.32300.1581
Hunter Lab46.728688.6734-58.2323
CIE-Lab53.852187.5134-53.5452

#e114df color RGB value is (225,20,223).

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

The process color (four color CMYK) of #e114df color hex is 0.00, 0.91, 0.01, 0.12. Web safe color of #e114df is #cc00cc. Color #e114df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 11011111
Octal 341 24 337
Decimal 225 20 223
Hex E1 14 DF

RGB Percentages of Color #e114df

%48.08
%4.27
%47.65

CMYK Percentages of Color #e114df

%0
%91
%1
%12

Triadic Colors of #e114df

#e114df #dfe114 #14dfe1

Analogous Colors of #e114df

#e114df #e11479 #7d14e1

Monochromatic Colors of #e114df

#e114df

Complementary Color

#e114df #14e116

#e114df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e114df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e114df Color CSS Codes

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

#e114df Text Font Color

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

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


#e114df Background Color

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

This div background color is #e114df


#e114df Border Color

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

This div border color is #e114df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e114df


Comments

No comments written yet.

Please login to write comment.