Color Hex Logo

#e42ebf Color Hex

#E42EBF
(228,46,191)
0 Favorites   0 Comments

Color spaces of #e42ebf

RGB 22846191
HSL0.870.770.54
HSV312°80°89°
CMYK 0.000.800.16   0.11
XYZ42.375922.209651.3436
Yxy22.20960.36550.1916
Hunter Lab47.127178.0320-31.6058
CIE-Lab54.248779.1747-34.5517

#e42ebf color RGB value is (228,46,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101110 10111111
Octal 344 56 277
Decimal 228 46 191
Hex E4 2E BF

RGB Percentages of Color #e42ebf

%49.03
%9.89
%41.08

CMYK Percentages of Color #e42ebf

%0
%80
%16
%11

Triadic Colors of #e42ebf

#e42ebf #bfe42e #2ebfe4

Analogous Colors of #e42ebf

#e42ebf #e42e64 #ae2ee4

Monochromatic Colors of #e42ebf

#e42ebf

Complementary Color

#e42ebf #2ee453

#e42ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42ebf Color CSS Codes

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

#e42ebf Text Font Color

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

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


#e42ebf Background Color

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

This div background color is #e42ebf


#e42ebf Border Color

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

This div border color is #e42ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42ebf


Comments

No comments written yet.

Please login to write comment.