Color Hex Logo

#e137ee Color Hex

#E137EE
(225,55,238)
0 Favorites   0 Comments

Color spaces of #e137ee

RGB 22555238
HSL0.820.840.57
HSV296°77°93°
CMYK 0.050.770.00   0.07
XYZ47.850124.913083.1756
Yxy24.91300.30690.1598
Hunter Lab49.912983.7753-63.8626
CIE-Lab56.990683.1428-56.9819

#e137ee color RGB value is (225,55,238).

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

The process color (four color CMYK) of #e137ee color hex is 0.05, 0.77, 0.00, 0.07. Web safe color of #e137ee is #cc33ff. Color #e137ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 11101110
Octal 341 67 356
Decimal 225 55 238
Hex E1 37 EE

RGB Percentages of Color #e137ee

%43.44
%10.62
%45.95

CMYK Percentages of Color #e137ee

%5
%77
%0
%7

Triadic Colors of #e137ee

#e137ee #eee137 #37eee1

Analogous Colors of #e137ee

#e137ee #ee37a0 #8637ee

Monochromatic Colors of #e137ee

#e137ee

Complementary Color

#e137ee #44ee37

#e137ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e137ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e137ee Color CSS Codes

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

#e137ee Text Font Color

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

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


#e137ee Background Color

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

This div background color is #e137ee


#e137ee Border Color

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

This div border color is #e137ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e137ee


Comments

No comments written yet.

Please login to write comment.