Color Hex Logo

#e14045 Color Hex

#E14045
(225,64,69)
0 Favorites   0 Comments

Color spaces of #e14045

RGB 2256469
HSL0.990.730.57
HSV358°72°88°
CMYK 0.000.720.69   0.12
XYZ33.958920.10407.7209
Yxy20.10400.54960.3254
Hunter Lab44.837556.726321.1767
CIE-Lab51.954661.885334.3817

#e14045 color RGB value is (225,64,69).

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

The process color (four color CMYK) of #e14045 color hex is 0.00, 0.72, 0.69, 0.12. Web safe color of #e14045 is #cc3333. Color #e14045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000000 01000101
Octal 341 100 105
Decimal 225 64 69
Hex E1 40 45

RGB Percentages of Color #e14045

%62.85
%17.88
%19.27

CMYK Percentages of Color #e14045

%0
%72
%69
%12

Triadic Colors of #e14045

#e14045 #45e140 #4045e1

Analogous Colors of #e14045

#e14045 #e18c40 #e14096

Monochromatic Colors of #e14045

#e14045

Complementary Color

#e14045 #40e1dc

#e14045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14045 Color CSS Codes

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

#e14045 Text Font Color

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

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


#e14045 Background Color

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

This div background color is #e14045


#e14045 Border Color

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

This div border color is #e14045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14045


Comments

No comments written yet.

Please login to write comment.