Color Hex Logo

#e047bd Color Hex

#E047BD
(224,71,189)
0 Favorites   0 Comments

Color spaces of #e047bd

RGB 22471189
HSL0.870.710.58
HSV314°68°88°
CMYK 0.000.680.16   0.12
XYZ42.179024.027950.5589
Yxy24.02790.36120.2058
Hunter Lab49.018367.8129-26.8407
CIE-Lab56.115770.5347-30.5356

#e047bd color RGB value is (224,71,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000111 10111101
Octal 340 107 275
Decimal 224 71 189
Hex E0 47 BD

RGB Percentages of Color #e047bd

%46.28
%14.67
%39.05

CMYK Percentages of Color #e047bd

%0
%68
%16
%12

Triadic Colors of #e047bd

#e047bd #bde047 #47bde0

Analogous Colors of #e047bd

#e047bd #e04771 #b747e0

Monochromatic Colors of #e047bd

#e047bd

Complementary Color

#e047bd #47e06a

#e047bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e047bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e047bd Color CSS Codes

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

#e047bd Text Font Color

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

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


#e047bd Background Color

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

This div background color is #e047bd


#e047bd Border Color

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

This div border color is #e047bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e047bd


Comments

No comments written yet.

Please login to write comment.