Color Hex Logo

#e45e6c Color Hex

#E45E6C
(228,94,108)
0 Favorites   0 Comments

Color spaces of #e45e6c

RGB 22894108
HSL0.980.710.63
HSV354°59°89°
CMYK 0.000.590.53   0.11
XYZ38.704425.582117.0852
Yxy25.58210.47560.3144
Hunter Lab50.578848.080815.3773
CIE-Lab57.638253.198319.0885

#e45e6c color RGB value is (228,94,108).

#e45e6c hex color red value is 228, green value is 94 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #e45e6c hue: 0.98 , saturation: 0.71 and the lightness value of e45e6c is 0.63.

The process color (four color CMYK) of #e45e6c color hex is 0.00, 0.59, 0.53, 0.11. Web safe color of #e45e6c is #cc6666. Color #e45e6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011110 01101100
Octal 344 136 154
Decimal 228 94 108
Hex E4 5E 6C

RGB Percentages of Color #e45e6c

%53.02
%21.86
%25.12

CMYK Percentages of Color #e45e6c

%0
%59
%53
%11

Triadic Colors of #e45e6c

#e45e6c #6ce45e #5e6ce4

Analogous Colors of #e45e6c

#e45e6c #e4935e #e45eaf

Monochromatic Colors of #e45e6c

#e45e6c

Complementary Color

#e45e6c #5ee4d6

#e45e6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45e6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45e6c Color CSS Codes

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

#e45e6c Text Font Color

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

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


#e45e6c Background Color

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

This div background color is #e45e6c


#e45e6c Border Color

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

This div border color is #e45e6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,94,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e45e6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e45e6c;
  -webkit-box-shadow: 1px 1px 3px 2px #e45e6c;
  box-shadow:         1px 1px 3px 2px #e45e6c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,94,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45e6c


Comments

No comments written yet.

Please login to write comment.