Color Hex Logo

#e04fbb Color Hex

#E04FBB
(224,79,187)
0 Favorites   0 Comments

Color spaces of #e04fbb

RGB 22479187
HSL0.880.700.59
HSV315°65°88°
CMYK 0.000.650.17   0.12
XYZ42.506125.027149.6041
Yxy25.02710.36290.2137
Hunter Lab50.027164.1172-23.7697
CIE-Lab57.101867.2676-27.8543

#e04fbb color RGB value is (224,79,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001111 10111011
Octal 340 117 273
Decimal 224 79 187
Hex E0 4F BB

RGB Percentages of Color #e04fbb

%45.71
%16.12
%38.16

CMYK Percentages of Color #e04fbb

%0
%65
%17
%12

Triadic Colors of #e04fbb

#e04fbb #bbe04f #4fbbe0

Analogous Colors of #e04fbb

#e04fbb #e04f73 #bd4fe0

Monochromatic Colors of #e04fbb

#e04fbb

Complementary Color

#e04fbb #4fe074

#e04fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04fbb Color CSS Codes

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

#e04fbb Text Font Color

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

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


#e04fbb Background Color

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

This div background color is #e04fbb


#e04fbb Border Color

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

This div border color is #e04fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04fbb


Comments

No comments written yet.

Please login to write comment.