Color Hex Logo

#e04368 Color Hex

#E04368
(224,67,104)
0 Favorites   0 Comments

Color spaces of #e04368

RGB 22467104
HSL0.960.720.57
HSV346°70°88°
CMYK 0.000.700.54   0.12
XYZ35.246320.861115.2656
Yxy20.86110.49380.2923
Hunter Lab45.674057.817912.1553
CIE-Lab52.797162.681614.7160

#e04368 color RGB value is (224,67,104).

#e04368 hex color red value is 224, green value is 67 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #e04368 hue: 0.96 , saturation: 0.72 and the lightness value of e04368 is 0.57.

The process color (four color CMYK) of #e04368 color hex is 0.00, 0.70, 0.54, 0.12. Web safe color of #e04368 is #cc3366. Color #e04368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000011 01101000
Octal 340 103 150
Decimal 224 67 104
Hex E0 43 68

RGB Percentages of Color #e04368

%56.71
%16.96
%26.33

CMYK Percentages of Color #e04368

%0
%70
%54
%12

Triadic Colors of #e04368

#e04368 #68e043 #4368e0

Analogous Colors of #e04368

#e04368 #e06d43 #e043b7

Monochromatic Colors of #e04368

#e04368

Complementary Color

#e04368 #43e0bb

#e04368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04368 Color CSS Codes

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

#e04368 Text Font Color

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

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


#e04368 Background Color

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

This div background color is #e04368


#e04368 Border Color

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

This div border color is #e04368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04368


Comments

No comments written yet.

Please login to write comment.