Color Hex Logo

#e42fbe Color Hex

#E42FBE
(228,47,190)
0 Favorites   0 Comments

Color spaces of #e42fbe

RGB 22847190
HSL0.870.770.54
HSV313°79°89°
CMYK 0.000.790.17   0.11
XYZ42.305722.244750.7791
Yxy22.24470.36680.1929
Hunter Lab47.164377.5745-30.8192
CIE-Lab54.285778.8043-33.9154

#e42fbe color RGB value is (228,47,190).

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

The process color (four color CMYK) of #e42fbe color hex is 0.00, 0.79, 0.17, 0.11. Web safe color of #e42fbe is #cc33cc. Color #e42fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101111 10111110
Octal 344 57 276
Decimal 228 47 190
Hex E4 2F BE

RGB Percentages of Color #e42fbe

%49.03
%10.11
%40.86

CMYK Percentages of Color #e42fbe

%0
%79
%17
%11

Triadic Colors of #e42fbe

#e42fbe #bee42f #2fbee4

Analogous Colors of #e42fbe

#e42fbe #e42f64 #b02fe4

Monochromatic Colors of #e42fbe

#e42fbe

Complementary Color

#e42fbe #2fe455

#e42fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42fbe Color CSS Codes

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

#e42fbe Text Font Color

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

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


#e42fbe Background Color

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

This div background color is #e42fbe


#e42fbe Border Color

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

This div border color is #e42fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,47,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42fbe


Comments

No comments written yet.

Please login to write comment.