Color Hex Logo

#e049cf Color Hex

#E049CF
(224,73,207)
0 Favorites   0 Comments

Color spaces of #e049cf

RGB 22473207
HSL0.850.710.58
HSV307°67°88°
CMYK 0.000.670.08   0.12
XYZ44.385525.117461.5402
Yxy25.11740.33870.1917
Hunter Lab50.117370.3803-37.7215
CIE-Lab57.189672.4434-39.1707

#e049cf color RGB value is (224,73,207).

#e049cf hex color red value is 224, green value is 73 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e049cf hue: 0.85 , saturation: 0.71 and the lightness value of e049cf is 0.58.

The process color (four color CMYK) of #e049cf color hex is 0.00, 0.67, 0.08, 0.12. Web safe color of #e049cf is #cc33cc. Color #e049cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001001 11001111
Octal 340 111 317
Decimal 224 73 207
Hex E0 49 CF

RGB Percentages of Color #e049cf

%44.44
%14.48
%41.07

CMYK Percentages of Color #e049cf

%0
%67
%8
%12

Triadic Colors of #e049cf

#e049cf #cfe049 #49cfe0

Analogous Colors of #e049cf

#e049cf #e04984 #a649e0

Monochromatic Colors of #e049cf

#e049cf

Complementary Color

#e049cf #49e05a

#e049cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e049cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e049cf Color CSS Codes

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

#e049cf Text Font Color

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

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


#e049cf Background Color

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

This div background color is #e049cf


#e049cf Border Color

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

This div border color is #e049cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e049cf


Comments

No comments written yet.

Please login to write comment.