Color Hex Logo

#e01d79 Color Hex

#E01D79
(224,29,121)
0 Favorites   0 Comments

Color spaces of #e01d79

RGB 22429121
HSL0.920.770.50
HSV332°87°88°
CMYK 0.000.870.46   0.12
XYZ34.631018.106519.7588
Yxy18.10650.47770.2498
Hunter Lab42.551770.80782.2550
CIE-Lab49.625074.2519-0.0839

#e01d79 color RGB value is (224,29,121).

#e01d79 hex color red value is 224, green value is 29 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e01d79 hue: 0.92 , saturation: 0.77 and the lightness value of e01d79 is 0.50.

The process color (four color CMYK) of #e01d79 color hex is 0.00, 0.87, 0.46, 0.12. Web safe color of #e01d79 is #cc3366. Color #e01d79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011101 01111001
Octal 340 35 171
Decimal 224 29 121
Hex E0 1D 79

RGB Percentages of Color #e01d79

%59.89
%7.75
%32.35

CMYK Percentages of Color #e01d79

%0
%87
%46
%12

Triadic Colors of #e01d79

#e01d79 #79e01d #1d79e0

Analogous Colors of #e01d79

#e01d79 #e0231d #e01ddb

Monochromatic Colors of #e01d79

#e01d79

Complementary Color

#e01d79 #1de084

#e01d79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01d79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01d79 Color CSS Codes

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

#e01d79 Text Font Color

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

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


#e01d79 Background Color

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

This div background color is #e01d79


#e01d79 Border Color

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

This div border color is #e01d79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01d79


Comments

No comments written yet.

Please login to write comment.