Color Hex Logo

#e444bf Color Hex

#E444BF
(228,68,191)
0 Favorites   0 Comments

Color spaces of #e444bf

RGB 22868191
HSL0.870.750.58
HSV314°70°89°
CMYK 0.000.700.16   0.11
XYZ43.466024.389851.7070
Yxy24.38980.36350.2040
Hunter Lab49.386070.6772-27.5062
CIE-Lab56.476072.8220-31.0780

#e444bf color RGB value is (228,68,191).

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

The process color (four color CMYK) of #e444bf color hex is 0.00, 0.70, 0.16, 0.11. Web safe color of #e444bf is #cc33cc. Color #e444bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000100 10111111
Octal 344 104 277
Decimal 228 68 191
Hex E4 44 BF

RGB Percentages of Color #e444bf

%46.82
%13.96
%39.22

CMYK Percentages of Color #e444bf

%0
%70
%16
%11

Triadic Colors of #e444bf

#e444bf #bfe444 #44bfe4

Analogous Colors of #e444bf

#e444bf #e4446f #b944e4

Monochromatic Colors of #e444bf

#e444bf

Complementary Color

#e444bf #44e469

#e444bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e444bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e444bf Color CSS Codes

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

#e444bf Text Font Color

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

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


#e444bf Background Color

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

This div background color is #e444bf


#e444bf Border Color

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

This div border color is #e444bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e444bf


Comments

No comments written yet.

Please login to write comment.