Color Hex Logo

#e137df Color Hex

#E137DF
(225,55,223)
0 Favorites   0 Comments

Color spaces of #e137df

RGB 22555223
HSL0.840.740.55
HSV301°76°88°
CMYK 0.000.760.01   0.12
XYZ45.736824.067672.0470
Yxy24.06760.32240.1697
Hunter Lab49.058780.5603-52.7314
CIE-Lab56.155480.7985-49.8745

#e137df color RGB value is (225,55,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 11011111
Octal 341 67 337
Decimal 225 55 223
Hex E1 37 DF

RGB Percentages of Color #e137df

%44.73
%10.93
%44.33

CMYK Percentages of Color #e137df

%0
%76
%1
%12

Triadic Colors of #e137df

#e137df #dfe137 #37dfe1

Analogous Colors of #e137df

#e137df #e1378a #8e37e1

Monochromatic Colors of #e137df

#e137df

Complementary Color

#e137df #37e139

#e137df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e137df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e137df Color CSS Codes

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

#e137df Text Font Color

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

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


#e137df Background Color

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

This div background color is #e137df


#e137df Border Color

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

This div border color is #e137df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e137df


Comments

No comments written yet.

Please login to write comment.