Color Hex Logo

#e14344 Color Hex

#E14344
(225,67,68)
0 Favorites   0 Comments

Color spaces of #e14344

RGB 2256768
HSL1.000.720.57
HSV360°70°88°
CMYK 0.000.700.70   0.12
XYZ34.101920.43927.6166
Yxy20.43920.54860.3288
Hunter Lab45.209755.526321.6581
CIE-Lab52.330260.763735.4037

#e14344 color RGB value is (225,67,68).

#e14344 hex color red value is 225, green value is 67 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #e14344 hue: 1.00 , saturation: 0.72 and the lightness value of e14344 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 01000100
Octal 341 103 104
Decimal 225 67 68
Hex E1 43 44

RGB Percentages of Color #e14344

%62.50
%18.61
%18.89

CMYK Percentages of Color #e14344

%0
%70
%70
%12

Triadic Colors of #e14344

#e14344 #44e143 #4344e1

Analogous Colors of #e14344

#e14344 #e19143 #e14393

Monochromatic Colors of #e14344

#e14344

Complementary Color

#e14344 #43e1e0

#e14344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14344 Color CSS Codes

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

#e14344 Text Font Color

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

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


#e14344 Background Color

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

This div background color is #e14344


#e14344 Border Color

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

This div border color is #e14344


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,67,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14344


Comments

No comments written yet.

Please login to write comment.