Color Hex Logo

#e148df Color Hex

#E148DF
(225,72,223)
0 Favorites   0 Comments

Color spaces of #e148df

RGB 22572223
HSL0.840.720.58
HSV301°68°88°
CMYK 0.000.680.01   0.12
XYZ46.688025.970072.3640
Yxy25.97000.32190.1791
Hunter Lab50.960874.3524-48.5189
CIE-Lab58.008675.5084-46.9347

#e148df color RGB value is (225,72,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 11011111
Octal 341 110 337
Decimal 225 72 223
Hex E1 48 DF

RGB Percentages of Color #e148df

%43.27
%13.85
%42.88

CMYK Percentages of Color #e148df

%0
%68
%1
%12

Triadic Colors of #e148df

#e148df #dfe148 #48dfe1

Analogous Colors of #e148df

#e148df #e14893 #9748e1

Monochromatic Colors of #e148df

#e148df

Complementary Color

#e148df #48e14a

#e148df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148df Color CSS Codes

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

#e148df Text Font Color

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

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


#e148df Background Color

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

This div background color is #e148df


#e148df Border Color

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

This div border color is #e148df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148df


Comments

No comments written yet.

Please login to write comment.