Color Hex Logo

#e71545 Color Hex

#E71545
(231,21,69)
0 Favorites   0 Comments

Color spaces of #e71545

RGB 2312169
HSL0.960.830.49
HSV346°91°91°
CMYK 0.000.910.70   0.09
XYZ34.297317.95497.2882
Yxy17.95490.57600.3016
Hunter Lab42.373270.326519.4634
CIE-Lab49.441473.892831.6248

#e71545 color RGB value is (231,21,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010101 01000101
Octal 347 25 105
Decimal 231 21 69
Hex E7 15 45

RGB Percentages of Color #e71545

%71.96
%6.54
%21.50

CMYK Percentages of Color #e71545

%0
%91
%70
%9

Triadic Colors of #e71545

#e71545 #45e715 #1545e7

Analogous Colors of #e71545

#e71545 #e74e15 #e715ae

Monochromatic Colors of #e71545

#e71545

Complementary Color

#e71545 #15e7b7

#e71545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71545 Color CSS Codes

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

#e71545 Text Font Color

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

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


#e71545 Background Color

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

This div background color is #e71545


#e71545 Border Color

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

This div border color is #e71545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71545


Comments

No comments written yet.

Please login to write comment.