Color Hex Logo

#e42dfb Color Hex

#E42DFB
(228,45,251)
0 Favorites   0 Comments

Color spaces of #e42dfb

RGB 22845251
HSL0.810.960.58
HSV293°82°98°
CMYK 0.090.820.00   0.02
XYZ50.345925.335893.5036
Yxy25.33580.29760.1498
Hunter Lab50.334790.4541-74.9051
CIE-Lab57.401188.1717-63.5480

#e42dfb color RGB value is (228,45,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101101 11111011
Octal 344 55 373
Decimal 228 45 251
Hex E4 2D FB

RGB Percentages of Color #e42dfb

%43.51
%8.59
%47.90

CMYK Percentages of Color #e42dfb

%9
%82
%0
%2

Triadic Colors of #e42dfb

#e42dfb #fbe42d #2dfbe4

Analogous Colors of #e42dfb

#e42dfb #fb2dab #7d2dfb

Monochromatic Colors of #e42dfb

#e42dfb

Complementary Color

#e42dfb #44fb2d

#e42dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42dfb Color CSS Codes

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

#e42dfb Text Font Color

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

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


#e42dfb Background Color

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

This div background color is #e42dfb


#e42dfb Border Color

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

This div border color is #e42dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42dfb


Comments

No comments written yet.

Please login to write comment.