Color Hex Logo

#e131df Color Hex

#E131DF
(225,49,223)
0 Favorites   0 Comments

Color spaces of #e131df

RGB 22549223
HSL0.840.750.54
HSV301°78°88°
CMYK 0.000.780.01   0.12
XYZ45.468923.531971.9577
Yxy23.53190.32260.1669
Hunter Lab48.509782.4189-53.9921
CIE-Lab55.616082.3569-50.7325

#e131df color RGB value is (225,49,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 11011111
Octal 341 61 337
Decimal 225 49 223
Hex E1 31 DF

RGB Percentages of Color #e131df

%45.27
%9.86
%44.87

CMYK Percentages of Color #e131df

%0
%78
%1
%12

Triadic Colors of #e131df

#e131df #dfe131 #31dfe1

Analogous Colors of #e131df

#e131df #e13187 #8b31e1

Monochromatic Colors of #e131df

#e131df

Complementary Color

#e131df #31e133

#e131df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e131df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e131df Color CSS Codes

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

#e131df Text Font Color

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

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


#e131df Background Color

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

This div background color is #e131df


#e131df Border Color

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

This div border color is #e131df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e131df


Comments

No comments written yet.

Please login to write comment.