Color Hex Logo

#e42db3 Color Hex

#E42DB3
(228,45,179)
0 Favorites   0 Comments

Color spaces of #e42db3

RGB 22845179
HSL0.880.770.54
HSV316°80°89°
CMYK 0.000.800.21   0.11
XYZ41.070021.625444.6573
Yxy21.62540.38260.2014
Hunter Lab46.503176.2648-24.3845
CIE-Lab53.627377.8885-28.5491

#e42db3 color RGB value is (228,45,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101101 10110011
Octal 344 55 263
Decimal 228 45 179
Hex E4 2D B3

RGB Percentages of Color #e42db3

%50.44
%9.96
%39.60

CMYK Percentages of Color #e42db3

%0
%80
%21
%11

Triadic Colors of #e42db3

#e42db3 #b3e42d #2db3e4

Analogous Colors of #e42db3

#e42db3 #e42d58 #ba2de4

Monochromatic Colors of #e42db3

#e42db3

Complementary Color

#e42db3 #2de45e

#e42db3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42db3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42db3 Color CSS Codes

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

#e42db3 Text Font Color

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

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


#e42db3 Background Color

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

This div background color is #e42db3


#e42db3 Border Color

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

This div border color is #e42db3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42db3


Comments

No comments written yet.

Please login to write comment.