Color Hex Logo

#e047bc Color Hex

#E047BC
(224,71,188)
0 Favorites   0 Comments

Color spaces of #e047bc

RGB 22471188
HSL0.870.710.58
HSV314°68°88°
CMYK 0.000.680.16   0.12
XYZ42.070823.984649.9891
Yxy23.98460.36250.2067
Hunter Lab48.974167.6344-26.2370
CIE-Lab56.072470.3951-30.0263

#e047bc color RGB value is (224,71,188).

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

The process color (four color CMYK) of #e047bc color hex is 0.00, 0.68, 0.16, 0.12. Web safe color of #e047bc is #cc33cc. Color #e047bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000111 10111100
Octal 340 107 274
Decimal 224 71 188
Hex E0 47 BC

RGB Percentages of Color #e047bc

%46.38
%14.70
%38.92

CMYK Percentages of Color #e047bc

%0
%68
%16
%12

Triadic Colors of #e047bc

#e047bc #bce047 #47bce0

Analogous Colors of #e047bc

#e047bc #e04770 #b847e0

Monochromatic Colors of #e047bc

#e047bc

Complementary Color

#e047bc #47e06b

#e047bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e047bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e047bc Color CSS Codes

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

#e047bc Text Font Color

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

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


#e047bc Background Color

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

This div background color is #e047bc


#e047bc Border Color

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

This div border color is #e047bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e047bc


Comments

No comments written yet.

Please login to write comment.