Color Hex Logo

#e0384e Color Hex

#E0384E
(224,56,78)
0 Favorites   0 Comments

Color spaces of #e0384e

RGB 2245678
HSL0.980.730.55
HSV352°75°88°
CMYK 0.000.750.65   0.12
XYZ33.529819.22579.1514
Yxy19.22570.54160.3106
Hunter Lab43.847159.766118.3185
CIE-Lab50.950264.713827.8244

#e0384e color RGB value is (224,56,78).

#e0384e hex color red value is 224, green value is 56 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e0384e hue: 0.98 , saturation: 0.73 and the lightness value of e0384e is 0.55.

The process color (four color CMYK) of #e0384e color hex is 0.00, 0.75, 0.65, 0.12. Web safe color of #e0384e is #cc3366. Color #e0384e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111000 01001110
Octal 340 70 116
Decimal 224 56 78
Hex E0 38 4E

RGB Percentages of Color #e0384e

%62.57
%15.64
%21.79

CMYK Percentages of Color #e0384e

%0
%75
%65
%12

Triadic Colors of #e0384e

#e0384e #4ee038 #384ee0

Analogous Colors of #e0384e

#e0384e #e07638 #e038a2

Monochromatic Colors of #e0384e

#e0384e

Complementary Color

#e0384e #38e0ca

#e0384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0384e Color CSS Codes

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

#e0384e Text Font Color

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

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


#e0384e Background Color

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

This div background color is #e0384e


#e0384e Border Color

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

This div border color is #e0384e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,56,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0384e


Comments

No comments written yet.

Please login to write comment.