Color Hex Logo

#e41768 Color Hex

#E41768
(228,23,104)
0 Favorites   0 Comments

Color spaces of #e41768

RGB 22823104
HSL0.930.820.49
HSV336°90°89°
CMYK 0.000.900.54   0.11
XYZ34.800018.106214.7574
Yxy18.10620.51430.2676
Hunter Lab42.551471.51869.2234
CIE-Lab49.624774.833410.4122

#e41768 color RGB value is (228,23,104).

#e41768 hex color red value is 228, green value is 23 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #e41768 hue: 0.93 , saturation: 0.82 and the lightness value of e41768 is 0.49.

The process color (four color CMYK) of #e41768 color hex is 0.00, 0.90, 0.54, 0.11. Web safe color of #e41768 is #cc0066. Color #e41768 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010111 01101000
Octal 344 27 150
Decimal 228 23 104
Hex E4 17 68

RGB Percentages of Color #e41768

%64.23
%6.48
%29.30

CMYK Percentages of Color #e41768

%0
%90
%54
%11

Triadic Colors of #e41768

#e41768 #68e417 #1768e4

Analogous Colors of #e41768

#e41768 #e42d17 #e417cf

Monochromatic Colors of #e41768

#e41768

Complementary Color

#e41768 #17e493

#e41768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41768 Color CSS Codes

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

#e41768 Text Font Color

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

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


#e41768 Background Color

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

This div background color is #e41768


#e41768 Border Color

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

This div border color is #e41768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41768


Comments

No comments written yet.

Please login to write comment.