Color Hex Logo

#e1487b Color Hex

#E1487B
(225,72,123)
0 Favorites   0 Comments

Color spaces of #e1487b

RGB 22572123
HSL0.940.720.58
HSV340°68°88°
CMYK 0.000.680.45   0.12
XYZ36.943922.072321.0521
Yxy22.07230.46140.2757
Hunter Lab46.981258.14746.3192
CIE-Lab54.103662.72715.2194

#e1487b color RGB value is (225,72,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 01111011
Octal 341 110 173
Decimal 225 72 123
Hex E1 48 7B

RGB Percentages of Color #e1487b

%53.57
%17.14
%29.29

CMYK Percentages of Color #e1487b

%0
%68
%45
%12

Triadic Colors of #e1487b

#e1487b #7be148 #487be1

Analogous Colors of #e1487b

#e1487b #e16248 #e148c8

Monochromatic Colors of #e1487b

#e1487b

Complementary Color

#e1487b #48e1ae

#e1487b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1487b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1487b Color CSS Codes

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

#e1487b Text Font Color

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

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


#e1487b Background Color

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

This div background color is #e1487b


#e1487b Border Color

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

This div border color is #e1487b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1487b


Comments

No comments written yet.

Please login to write comment.