Color Hex Logo

#e04fbe Color Hex

#E04FBE
(224,79,190)
0 Favorites   0 Comments

Color spaces of #e04fbe

RGB 22479190
HSL0.870.700.59
HSV314°65°88°
CMYK 0.000.650.15   0.12
XYZ42.830725.157051.3135
Yxy25.15700.35900.2109
Hunter Lab50.156864.6534-25.5477
CIE-Lab57.228167.6942-29.3844

#e04fbe color RGB value is (224,79,190).

#e04fbe hex color red value is 224, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e04fbe hue: 0.87 , saturation: 0.70 and the lightness value of e04fbe is 0.59.

The process color (four color CMYK) of #e04fbe color hex is 0.00, 0.65, 0.15, 0.12. Web safe color of #e04fbe is #cc66cc. Color #e04fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001111 10111110
Octal 340 117 276
Decimal 224 79 190
Hex E0 4F BE

RGB Percentages of Color #e04fbe

%45.44
%16.02
%38.54

CMYK Percentages of Color #e04fbe

%0
%65
%15
%12

Triadic Colors of #e04fbe

#e04fbe #bee04f #4fbee0

Analogous Colors of #e04fbe

#e04fbe #e04f76 #ba4fe0

Monochromatic Colors of #e04fbe

#e04fbe

Complementary Color

#e04fbe #4fe071

#e04fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04fbe Color CSS Codes

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

#e04fbe Text Font Color

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

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


#e04fbe Background Color

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

This div background color is #e04fbe


#e04fbe Border Color

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

This div border color is #e04fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04fbe


Comments

No comments written yet.

Please login to write comment.