Color Hex Logo

#e42deb Color Hex

#E42DEB
(228,45,235)
0 Favorites   0 Comments

Color spaces of #e42deb

RGB 22845235
HSL0.830.830.55
HSV298°81°92°
CMYK 0.030.810.00   0.08
XYZ47.928724.368980.7748
Yxy24.36890.31310.1592
Hunter Lab49.364986.9184-62.4597
CIE-Lab56.455385.6678-56.1285

#e42deb color RGB value is (228,45,235).

#e42deb hex color red value is 228, green value is 45 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e42deb hue: 0.83 , saturation: 0.83 and the lightness value of e42deb is 0.55.

The process color (four color CMYK) of #e42deb color hex is 0.03, 0.81, 0.00, 0.08. Web safe color of #e42deb is #cc33ff. Color #e42deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101101 11101011
Octal 344 55 353
Decimal 228 45 235
Hex E4 2D EB

RGB Percentages of Color #e42deb

%44.88
%8.86
%46.26

CMYK Percentages of Color #e42deb

%3
%81
%0
%8

Triadic Colors of #e42deb

#e42deb #ebe42d #2debe4

Analogous Colors of #e42deb

#e42deb #eb2d93 #852deb

Monochromatic Colors of #e42deb

#e42deb

Complementary Color

#e42deb #34eb2d

#e42deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42deb Color CSS Codes

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

#e42deb Text Font Color

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

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


#e42deb Background Color

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

This div background color is #e42deb


#e42deb Border Color

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

This div border color is #e42deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42deb


Comments

No comments written yet.

Please login to write comment.