Color Hex Logo

#e137af Color Hex

#E137AF
(225,55,175)
0 Favorites   0 Comments

Color spaces of #e137af

RGB 22555175
HSL0.880.740.55
HSV318°76°88°
CMYK 0.000.760.22   0.12
XYZ40.155421.835142.6556
Yxy21.83510.38370.2087
Hunter Lab46.728071.6186-21.4131
CIE-Lab53.851674.0945-25.9081

#e137af color RGB value is (225,55,175).

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

The process color (four color CMYK) of #e137af color hex is 0.00, 0.76, 0.22, 0.12. Web safe color of #e137af is #cc3399. Color #e137af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 10101111
Octal 341 67 257
Decimal 225 55 175
Hex E1 37 AF

RGB Percentages of Color #e137af

%49.45
%12.09
%38.46

CMYK Percentages of Color #e137af

%0
%76
%22
%12

Triadic Colors of #e137af

#e137af #afe137 #37afe1

Analogous Colors of #e137af

#e137af #e1375a #be37e1

Monochromatic Colors of #e137af

#e137af

Complementary Color

#e137af #37e169

#e137af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e137af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e137af Color CSS Codes

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

#e137af Text Font Color

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

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


#e137af Background Color

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

This div background color is #e137af


#e137af Border Color

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

This div border color is #e137af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e137af


Comments

No comments written yet.

Please login to write comment.