Color Hex Logo

#e152df Color Hex

#E152DF
(225,82,223)
0 Favorites   0 Comments

Color spaces of #e152df

RGB 22582223
HSL0.840.700.60
HSV301°64°88°
CMYK 0.000.640.01   0.12
XYZ47.387927.369972.5973
Yxy27.36990.32160.1857
Hunter Lab52.316270.1313-45.6531
CIE-Lab59.315271.8382-44.8693

#e152df color RGB value is (225,82,223).

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

The process color (four color CMYK) of #e152df color hex is 0.00, 0.64, 0.01, 0.12. Web safe color of #e152df is #cc66cc. Color #e152df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 11011111
Octal 341 122 337
Decimal 225 82 223
Hex E1 52 DF

RGB Percentages of Color #e152df

%42.45
%15.47
%42.08

CMYK Percentages of Color #e152df

%0
%64
%1
%12

Triadic Colors of #e152df

#e152df #dfe152 #52dfe1

Analogous Colors of #e152df

#e152df #e15298 #9c52e1

Monochromatic Colors of #e152df

#e152df

Complementary Color

#e152df #52e154

#e152df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e152df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e152df Color CSS Codes

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

#e152df Text Font Color

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

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


#e152df Background Color

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

This div background color is #e152df


#e152df Border Color

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

This div border color is #e152df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e152df


Comments

No comments written yet.

Please login to write comment.