Color Hex Logo

#e04fbf Color Hex

#E04FBF
(224,79,191)
0 Favorites   0 Comments

Color spaces of #e04fbf

RGB 22479191
HSL0.870.700.59
HSV314°65°88°
CMYK 0.000.650.15   0.12
XYZ42.940425.200851.8913
Yxy25.20080.35770.2099
Hunter Lab50.200464.8346-26.1468
CIE-Lab57.270567.8381-29.8932

#e04fbf color RGB value is (224,79,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001111 10111111
Octal 340 117 277
Decimal 224 79 191
Hex E0 4F BF

RGB Percentages of Color #e04fbf

%45.34
%15.99
%38.66

CMYK Percentages of Color #e04fbf

%0
%65
%15
%12

Triadic Colors of #e04fbf

#e04fbf #bfe04f #4fbfe0

Analogous Colors of #e04fbf

#e04fbf #e04f77 #b94fe0

Monochromatic Colors of #e04fbf

#e04fbf

Complementary Color

#e04fbf #4fe070

#e04fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04fbf Color CSS Codes

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

#e04fbf Text Font Color

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

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


#e04fbf Background Color

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

This div background color is #e04fbf


#e04fbf Border Color

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

This div border color is #e04fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04fbf


Comments

No comments written yet.

Please login to write comment.