Color Hex Logo

#e04fbc Color Hex

#E04FBC
(224,79,188)
0 Favorites   0 Comments

Color spaces of #e04fbc

RGB 22479188
HSL0.870.700.59
HSV315°65°88°
CMYK 0.000.650.16   0.12
XYZ42.613625.070150.1700
Yxy25.07010.36160.2127
Hunter Lab50.070164.2951-24.3593
CIE-Lab57.143767.4093-28.3652

#e04fbc color RGB value is (224,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001111 10111100
Octal 340 117 274
Decimal 224 79 188
Hex E0 4F BC

RGB Percentages of Color #e04fbc

%45.62
%16.09
%38.29

CMYK Percentages of Color #e04fbc

%0
%65
%16
%12

Triadic Colors of #e04fbc

#e04fbc #bce04f #4fbce0

Analogous Colors of #e04fbc

#e04fbc #e04f74 #bc4fe0

Monochromatic Colors of #e04fbc

#e04fbc

Complementary Color

#e04fbc #4fe073

#e04fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04fbc Color CSS Codes

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

#e04fbc Text Font Color

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

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


#e04fbc Background Color

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

This div background color is #e04fbc


#e04fbc Border Color

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

This div border color is #e04fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,79,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 #e04fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04fbc


Comments

No comments written yet.

Please login to write comment.