Color Hex Logo

#e0034e Color Hex

#E0034E
(224,3,78)
0 Favorites   0 Comments

Color spaces of #e0034e

RGB 224378
HSL0.940.970.45
HSV340°99°88°
CMYK 0.000.990.65   0.12
XYZ32.148216.46258.6909
Yxy16.46250.56100.2873
Hunter Lab40.574070.427315.7020
CIE-Lab47.575574.339223.5007

#e0034e color RGB value is (224,3,78).

#e0034e hex color red value is 224, green value is 3 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e0034e hue: 0.94 , saturation: 0.97 and the lightness value of e0034e is 0.45.

The process color (four color CMYK) of #e0034e color hex is 0.00, 0.99, 0.65, 0.12. Web safe color of #e0034e is #cc0066. Color #e0034e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000011 01001110
Octal 340 3 116
Decimal 224 3 78
Hex E0 3 4E

RGB Percentages of Color #e0034e

%73.44
%0.98
%25.57

CMYK Percentages of Color #e0034e

%0
%99
%65
%12

Triadic Colors of #e0034e

#e0034e #4ee003 #034ee0

Analogous Colors of #e0034e

#e0034e #e02603 #e003bd

Monochromatic Colors of #e0034e

#e0034e

Complementary Color

#e0034e #03e095

#e0034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0034e Color CSS Codes

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

#e0034e Text Font Color

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

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


#e0034e Background Color

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

This div background color is #e0034e


#e0034e Border Color

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

This div border color is #e0034e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0034e


Comments

No comments written yet.

Please login to write comment.