Color Hex Logo

#e42db5 Color Hex

#E42DB5
(228,45,181)
0 Favorites   0 Comments

Color spaces of #e42db5

RGB 22845181
HSL0.880.770.54
HSV315°80°89°
CMYK 0.000.800.21   0.11
XYZ41.273821.706945.7306
Yxy21.70690.37970.1997
Hunter Lab46.590776.5962-25.5820
CIE-Lab53.714678.1362-29.5795

#e42db5 color RGB value is (228,45,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101101 10110101
Octal 344 55 265
Decimal 228 45 181
Hex E4 2D B5

RGB Percentages of Color #e42db5

%50.22
%9.91
%39.87

CMYK Percentages of Color #e42db5

%0
%80
%21
%11

Triadic Colors of #e42db5

#e42db5 #b5e42d #2db5e4

Analogous Colors of #e42db5

#e42db5 #e42d5a #b82de4

Monochromatic Colors of #e42db5

#e42db5

Complementary Color

#e42db5 #2de45c

#e42db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42db5 Color CSS Codes

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

#e42db5 Text Font Color

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

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


#e42db5 Background Color

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

This div background color is #e42db5


#e42db5 Border Color

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

This div border color is #e42db5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42db5


Comments

No comments written yet.

Please login to write comment.