Color Hex Logo

#e45365 Color Hex

#E45365
(228,83,101)
0 Favorites   0 Comments

Color spaces of #e45365

RGB 22883101
HSL0.980.730.61
HSV353°64°89°
CMYK 0.000.640.56   0.11
XYZ37.437123.620114.8979
Yxy23.62010.49290.3110
Hunter Lab48.600552.448115.8457
CIE-Lab55.705457.439620.5712

#e45365 color RGB value is (228,83,101).

#e45365 hex color red value is 228, green value is 83 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e45365 hue: 0.98 , saturation: 0.73 and the lightness value of e45365 is 0.61.

The process color (four color CMYK) of #e45365 color hex is 0.00, 0.64, 0.56, 0.11. Web safe color of #e45365 is #cc6666. Color #e45365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 01100101
Octal 344 123 145
Decimal 228 83 101
Hex E4 53 65

RGB Percentages of Color #e45365

%55.34
%20.15
%24.51

CMYK Percentages of Color #e45365

%0
%64
%56
%11

Triadic Colors of #e45365

#e45365 #65e453 #5365e4

Analogous Colors of #e45365

#e45365 #e48a53 #e453ae

Monochromatic Colors of #e45365

#e45365

Complementary Color

#e45365 #53e4d2

#e45365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45365 Color CSS Codes

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

#e45365 Text Font Color

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

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


#e45365 Background Color

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

This div background color is #e45365


#e45365 Border Color

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

This div border color is #e45365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45365


Comments

No comments written yet.

Please login to write comment.