Color Hex Logo

#e42efb Color Hex

#E42EFB
(228,46,251)
0 Favorites   0 Comments

Color spaces of #e42efb

RGB 22846251
HSL0.810.960.58
HSV293°82°98°
CMYK 0.090.820.00   0.02
XYZ50.384525.413093.5164
Yxy25.41300.29760.1501
Hunter Lab50.411390.1853-74.6991
CIE-Lab57.475687.9540-63.4283

#e42efb color RGB value is (228,46,251).

#e42efb hex color red value is 228, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e42efb hue: 0.81 , saturation: 0.96 and the lightness value of e42efb is 0.58.

The process color (four color CMYK) of #e42efb color hex is 0.09, 0.82, 0.00, 0.02. Web safe color of #e42efb is #cc33ff. Color #e42efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101110 11111011
Octal 344 56 373
Decimal 228 46 251
Hex E4 2E FB

RGB Percentages of Color #e42efb

%43.43
%8.76
%47.81

CMYK Percentages of Color #e42efb

%9
%82
%0
%2

Triadic Colors of #e42efb

#e42efb #fbe42e #2efbe4

Analogous Colors of #e42efb

#e42efb #fb2eac #7e2efb

Monochromatic Colors of #e42efb

#e42efb

Complementary Color

#e42efb #45fb2e

#e42efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42efb Color CSS Codes

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

#e42efb Text Font Color

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

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


#e42efb Background Color

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

This div background color is #e42efb


#e42efb Border Color

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

This div border color is #e42efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42efb


Comments

No comments written yet.

Please login to write comment.