Color Hex Logo

#e44045 Color Hex

#E44045
(228,64,69)
0 Favorites   0 Comments

Color spaces of #e44045

RGB 2286469
HSL0.990.750.57
HSV358°72°89°
CMYK 0.000.720.70   0.11
XYZ34.902520.59047.7650
Yxy20.59040.55170.3255
Hunter Lab45.376657.888321.6178
CIE-Lab52.498362.798135.1618

#e44045 color RGB value is (228,64,69).

#e44045 hex color red value is 228, green value is 64 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #e44045 hue: 0.99 , saturation: 0.75 and the lightness value of e44045 is 0.57.

The process color (four color CMYK) of #e44045 color hex is 0.00, 0.72, 0.70, 0.11. Web safe color of #e44045 is #cc3333. Color #e44045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000000 01000101
Octal 344 100 105
Decimal 228 64 69
Hex E4 40 45

RGB Percentages of Color #e44045

%63.16
%17.73
%19.11

CMYK Percentages of Color #e44045

%0
%72
%70
%11

Triadic Colors of #e44045

#e44045 #45e440 #4045e4

Analogous Colors of #e44045

#e44045 #e48d40 #e44097

Monochromatic Colors of #e44045

#e44045

Complementary Color

#e44045 #40e4df

#e44045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44045 Color CSS Codes

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

#e44045 Text Font Color

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

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


#e44045 Background Color

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

This div background color is #e44045


#e44045 Border Color

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

This div border color is #e44045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44045


Comments

No comments written yet.

Please login to write comment.