Color Hex Logo

#e1546a Color Hex

#E1546A
(225,84,106)
0 Favorites   0 Comments

Color spaces of #e1546a

RGB 22584106
HSL0.970.700.61
HSV351°63°88°
CMYK 0.000.630.53   0.12
XYZ36.823223.388816.2094
Yxy23.38880.48180.3061
Hunter Lab48.362051.277913.9812
CIE-Lab55.470656.437317.2268

#e1546a color RGB value is (225,84,106).

#e1546a hex color red value is 225, green value is 84 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e1546a hue: 0.97 , saturation: 0.70 and the lightness value of e1546a is 0.61.

The process color (four color CMYK) of #e1546a color hex is 0.00, 0.63, 0.53, 0.12. Web safe color of #e1546a is #cc6666. Color #e1546a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010100 01101010
Octal 341 124 152
Decimal 225 84 106
Hex E1 54 6A

RGB Percentages of Color #e1546a

%54.22
%20.24
%25.54

CMYK Percentages of Color #e1546a

%0
%63
%53
%12

Triadic Colors of #e1546a

#e1546a #6ae154 #546ae1

Analogous Colors of #e1546a

#e1546a #e18554 #e154b1

Monochromatic Colors of #e1546a

#e1546a

Complementary Color

#e1546a #54e1cb

#e1546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1546a Color CSS Codes

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

#e1546a Text Font Color

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

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


#e1546a Background Color

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

This div background color is #e1546a


#e1546a Border Color

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

This div border color is #e1546a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1546a

#e1546a Color Palettes


Comments

No comments written yet.

Please login to write comment.