Color Hex Logo

#e44fbf Color Hex

#E44FBF
(228,79,191)
0 Favorites   0 Comments

Color spaces of #e44fbf

RGB 22879191
HSL0.870.730.60
HSV315°65°89°
CMYK 0.000.650.16   0.11
XYZ44.194925.847551.9500
Yxy25.84750.36230.2119
Hunter Lab50.840466.1969-24.9957
CIE-Lab57.892068.8598-28.8806

#e44fbf color RGB value is (228,79,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001111 10111111
Octal 344 117 277
Decimal 228 79 191
Hex E4 4F BF

RGB Percentages of Color #e44fbf

%45.78
%15.86
%38.35

CMYK Percentages of Color #e44fbf

%0
%65
%16
%11

Triadic Colors of #e44fbf

#e44fbf #bfe44f #4fbfe4

Analogous Colors of #e44fbf

#e44fbf #e44f75 #bf4fe4

Monochromatic Colors of #e44fbf

#e44fbf

Complementary Color

#e44fbf #4fe474

#e44fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44fbf Color CSS Codes

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

#e44fbf Text Font Color

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

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


#e44fbf Background Color

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

This div background color is #e44fbf


#e44fbf Border Color

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

This div border color is #e44fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44fbf


Comments

No comments written yet.

Please login to write comment.