Color Hex Logo

#e4104a Color Hex

#E4104A
(228,16,74)
0 Favorites   0 Comments

Color spaces of #e4104a

RGB 2281674
HSL0.950.870.48
HSV344°93°89°
CMYK 0.000.930.68   0.11
XYZ33.416217.35908.0680
Yxy17.35900.56790.2950
Hunter Lab41.664170.251517.6838
CIE-Lab48.709273.973827.5639

#e4104a color RGB value is (228,16,74).

#e4104a hex color red value is 228, green value is 16 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e4104a hue: 0.95 , saturation: 0.87 and the lightness value of e4104a is 0.48.

The process color (four color CMYK) of #e4104a color hex is 0.00, 0.93, 0.68, 0.11. Web safe color of #e4104a is #cc0033. Color #e4104a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010000 01001010
Octal 344 20 112
Decimal 228 16 74
Hex E4 10 4A

RGB Percentages of Color #e4104a

%71.70
%5.03
%23.27

CMYK Percentages of Color #e4104a

%0
%93
%68
%11

Triadic Colors of #e4104a

#e4104a #4ae410 #104ae4

Analogous Colors of #e4104a

#e4104a #e44010 #e410b4

Monochromatic Colors of #e4104a

#e4104a

Complementary Color

#e4104a #10e4aa

#e4104a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4104a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4104a Color CSS Codes

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

#e4104a Text Font Color

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

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


#e4104a Background Color

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

This div background color is #e4104a


#e4104a Border Color

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

This div border color is #e4104a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,16,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4104a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4104a;
  -webkit-box-shadow: 1px 1px 3px 2px #e4104a;
  box-shadow:         1px 1px 3px 2px #e4104a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,16,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4104a


Comments

No comments written yet.

Please login to write comment.