Color Hex Logo

#e137de Color Hex

#E137DE
(225,55,222)
0 Favorites   0 Comments

Color spaces of #e137de

RGB 22555222
HSL0.840.740.55
HSV301°76°88°
CMYK 0.000.760.01   0.12
XYZ45.602324.013971.3389
Yxy24.01390.32350.1704
Hunter Lab49.004080.3522-52.0103
CIE-Lab56.101780.6456-49.3943

#e137de color RGB value is (225,55,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 11011110
Octal 341 67 336
Decimal 225 55 222
Hex E1 37 DE

RGB Percentages of Color #e137de

%44.82
%10.96
%44.22

CMYK Percentages of Color #e137de

%0
%76
%1
%12

Triadic Colors of #e137de

#e137de #dee137 #37dee1

Analogous Colors of #e137de

#e137de #e13789 #8f37e1

Monochromatic Colors of #e137de

#e137de

Complementary Color

#e137de #37e13a

#e137de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e137de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e137de Color CSS Codes

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

#e137de Text Font Color

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

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


#e137de Background Color

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

This div background color is #e137de


#e137de Border Color

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

This div border color is #e137de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,55,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e137de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e137de


Comments

No comments written yet.

Please login to write comment.