Color Hex Logo

#e71445 Color Hex

#E71445
(231,20,69)
0 Favorites   0 Comments

Color spaces of #e71445

RGB 2312069
HSL0.960.840.49
HSV346°91°91°
CMYK 0.000.910.70   0.09
XYZ34.279317.91897.2822
Yxy17.91890.57630.3013
Hunter Lab42.330770.470019.4318
CIE-Lab49.397674.019231.5716

#e71445 color RGB value is (231,20,69).

#e71445 hex color red value is 231, green value is 20 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #e71445 hue: 0.96 , saturation: 0.84 and the lightness value of e71445 is 0.49.

The process color (four color CMYK) of #e71445 color hex is 0.00, 0.91, 0.70, 0.09. Web safe color of #e71445 is #ff0033. Color #e71445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 01000101
Octal 347 24 105
Decimal 231 20 69
Hex E7 14 45

RGB Percentages of Color #e71445

%72.19
%6.25
%21.56

CMYK Percentages of Color #e71445

%0
%91
%70
%9

Triadic Colors of #e71445

#e71445 #45e714 #1445e7

Analogous Colors of #e71445

#e71445 #e74d14 #e714af

Monochromatic Colors of #e71445

#e71445

Complementary Color

#e71445 #14e7b6

#e71445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71445 Color CSS Codes

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

#e71445 Text Font Color

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

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


#e71445 Background Color

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

This div background color is #e71445


#e71445 Border Color

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

This div border color is #e71445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71445


Comments

No comments written yet.

Please login to write comment.