Color Hex Logo

#e0748f Color Hex

#E0748F
(224,116,143)
0 Favorites   0 Comments

Color spaces of #e0748f

RGB 224116143
HSL0.960.640.67
HSV345°48°88°
CMYK 0.000.480.36   0.12
XYZ41.943830.321229.6285
Yxy30.32120.41160.2976
Hunter Lab55.064739.60366.6433
CIE-Lab61.930444.76134.7603

#e0748f color RGB value is (224,116,143).

#e0748f hex color red value is 224, green value is 116 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e0748f hue: 0.96 , saturation: 0.64 and the lightness value of e0748f is 0.67.

The process color (four color CMYK) of #e0748f color hex is 0.00, 0.48, 0.36, 0.12. Web safe color of #e0748f is #cc6699. Color #e0748f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110100 10001111
Octal 340 164 217
Decimal 224 116 143
Hex E0 74 8F

RGB Percentages of Color #e0748f

%46.38
%24.02
%29.61

CMYK Percentages of Color #e0748f

%0
%48
%36
%12

Triadic Colors of #e0748f

#e0748f #8fe074 #748fe0

Analogous Colors of #e0748f

#e0748f #e08f74 #e074c5

Monochromatic Colors of #e0748f

#e0748f

Complementary Color

#e0748f #74e0c5

#e0748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0748f Color CSS Codes

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

#e0748f Text Font Color

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

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


#e0748f Background Color

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

This div background color is #e0748f


#e0748f Border Color

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

This div border color is #e0748f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0748f


Comments

No comments written yet.

Please login to write comment.