Color Hex Logo

#e14545 Color Hex

#E14545
(225,69,69)
0 Favorites   0 Comments

Color spaces of #e14545

RGB 2256969
HSL0.000.720.58
HSV69°88°
CMYK 0.000.690.69   0.12
XYZ34.253620.69357.8191
Yxy20.69350.54570.3297
Hunter Lab45.490154.801021.6520
CIE-Lab52.612460.073335.1664

#e14545 color RGB value is (225,69,69).

#e14545 hex color red value is 225, green value is 69 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #e14545 hue: 0.00 , saturation: 0.72 and the lightness value of e14545 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000101 01000101
Octal 341 105 105
Decimal 225 69 69
Hex E1 45 45

RGB Percentages of Color #e14545

%61.98
%19.01
%19.01

CMYK Percentages of Color #e14545

%0
%69
%69
%12

Triadic Colors of #e14545

#e14545 #45e145 #4545e1

Analogous Colors of #e14545

#e14545 #e19345 #e14593

Monochromatic Colors of #e14545

#e14545

Complementary Color

#e14545 #45e1e1

#e14545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14545 Color CSS Codes

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

#e14545 Text Font Color

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

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


#e14545 Background Color

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

This div background color is #e14545


#e14545 Border Color

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

This div border color is #e14545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14545

#e14545 Color Palettes


Comments

No comments written yet.

Please login to write comment.