Color Hex Logo

#e1497b Color Hex

#E1497B
(225,73,123)
0 Favorites   0 Comments

Color spaces of #e1497b

RGB 22573123
HSL0.950.720.58
HSV340°68°88°
CMYK 0.000.680.45   0.12
XYZ37.009022.202721.0738
Yxy22.20270.46100.2765
Hunter Lab47.119757.73876.4670
CIE-Lab54.241462.34755.4172

#e1497b color RGB value is (225,73,123).

#e1497b hex color red value is 225, green value is 73 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #e1497b hue: 0.95 , saturation: 0.72 and the lightness value of e1497b is 0.58.

The process color (four color CMYK) of #e1497b color hex is 0.00, 0.68, 0.45, 0.12. Web safe color of #e1497b is #cc3366. Color #e1497b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 01111011
Octal 341 111 173
Decimal 225 73 123
Hex E1 49 7B

RGB Percentages of Color #e1497b

%53.44
%17.34
%29.22

CMYK Percentages of Color #e1497b

%0
%68
%45
%12

Triadic Colors of #e1497b

#e1497b #7be149 #497be1

Analogous Colors of #e1497b

#e1497b #e16349 #e149c7

Monochromatic Colors of #e1497b

#e1497b

Complementary Color

#e1497b #49e1af

#e1497b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1497b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1497b Color CSS Codes

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

#e1497b Text Font Color

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

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


#e1497b Background Color

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

This div background color is #e1497b


#e1497b Border Color

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

This div border color is #e1497b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1497b


Comments

No comments written yet.

Please login to write comment.