Color Hex Logo

#e0147d Color Hex

#E0147D
(224,20,125)
0 Favorites   0 Comments

Color spaces of #e0147d

RGB 22420125
HSL0.910.840.48
HSV329°91°88°
CMYK 0.000.910.44   0.12
XYZ34.692317.828321.0147
Yxy17.82830.47180.2424
Hunter Lab42.223672.77030.0478
CIE-Lab49.287275.9187-3.0163

#e0147d color RGB value is (224,20,125).

#e0147d hex color red value is 224, green value is 20 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e0147d hue: 0.91 , saturation: 0.84 and the lightness value of e0147d is 0.48.

The process color (four color CMYK) of #e0147d color hex is 0.00, 0.91, 0.44, 0.12. Web safe color of #e0147d is #cc0066. Color #e0147d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010100 01111101
Octal 340 24 175
Decimal 224 20 125
Hex E0 14 7D

RGB Percentages of Color #e0147d

%60.70
%5.42
%33.88

CMYK Percentages of Color #e0147d

%0
%91
%44
%12

Triadic Colors of #e0147d

#e0147d #7de014 #147de0

Analogous Colors of #e0147d

#e0147d #e01417 #dd14e0

Monochromatic Colors of #e0147d

#e0147d

Complementary Color

#e0147d #14e077

#e0147d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0147d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0147d Color CSS Codes

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

#e0147d Text Font Color

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

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


#e0147d Background Color

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

This div background color is #e0147d


#e0147d Border Color

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

This div border color is #e0147d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0147d


Comments

No comments written yet.

Please login to write comment.