Color Hex Logo

#e44f7c Color Hex

#E44F7C
(228,79,124)
0 Favorites   0 Comments

Color spaces of #e44f7c

RGB 22879124
HSL0.950.730.60
HSV342°65°89°
CMYK 0.000.650.46   0.11
XYZ38.429023.541221.5873
Yxy23.54120.45990.2817
Hunter Lab48.519356.46977.5841
CIE-Lab55.625560.99296.8714

#e44f7c color RGB value is (228,79,124).

#e44f7c hex color red value is 228, green value is 79 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #e44f7c hue: 0.95 , saturation: 0.73 and the lightness value of e44f7c is 0.60.

The process color (four color CMYK) of #e44f7c color hex is 0.00, 0.65, 0.46, 0.11. Web safe color of #e44f7c is #cc6666. Color #e44f7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001111 01111100
Octal 344 117 174
Decimal 228 79 124
Hex E4 4F 7C

RGB Percentages of Color #e44f7c

%52.90
%18.33
%28.77

CMYK Percentages of Color #e44f7c

%0
%65
%46
%11

Triadic Colors of #e44f7c

#e44f7c #7ce44f #4f7ce4

Analogous Colors of #e44f7c

#e44f7c #e46d4f #e44fc7

Monochromatic Colors of #e44f7c

#e44f7c

Complementary Color

#e44f7c #4fe4b7

#e44f7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44f7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44f7c Color CSS Codes

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

#e44f7c Text Font Color

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

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


#e44f7c Background Color

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

This div background color is #e44f7c


#e44f7c Border Color

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

This div border color is #e44f7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,79,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e44f7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e44f7c;
  -webkit-box-shadow: 1px 1px 3px 2px #e44f7c;
  box-shadow:         1px 1px 3px 2px #e44f7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,79,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44f7c


Comments

No comments written yet.

Please login to write comment.