Color Hex Logo

#e11729 Color Hex

#E11729
(225,23,41)
0 Favorites   0 Comments

Color spaces of #e11729

RGB 2252341
HSL0.990.810.49
HSV355°90°88°
CMYK 0.000.900.82   0.12
XYZ31.758016.78043.6629
Yxy16.78040.60840.3215
Hunter Lab40.963966.698623.3731
CIE-Lab47.982171.171345.7508

#e11729 color RGB value is (225,23,41).

#e11729 hex color red value is 225, green value is 23 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e11729 hue: 0.99 , saturation: 0.81 and the lightness value of e11729 is 0.49.

The process color (four color CMYK) of #e11729 color hex is 0.00, 0.90, 0.82, 0.12. Web safe color of #e11729 is #cc0033. Color #e11729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 00101001
Octal 341 27 51
Decimal 225 23 41
Hex E1 17 29

RGB Percentages of Color #e11729

%77.85
%7.96
%14.19

CMYK Percentages of Color #e11729

%0
%90
%82
%12

Triadic Colors of #e11729

#e11729 #29e117 #1729e1

Analogous Colors of #e11729

#e11729 #e16a17 #e1178e

Monochromatic Colors of #e11729

#e11729

Complementary Color

#e11729 #17e1cf

#e11729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11729 Color CSS Codes

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

#e11729 Text Font Color

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

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


#e11729 Background Color

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

This div background color is #e11729


#e11729 Border Color

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

This div border color is #e11729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11729


Comments

No comments written yet.

Please login to write comment.