Color Hex Logo

#e42adb Color Hex

#E42ADB
(228,42,219)
0 Favorites   0 Comments

Color spaces of #e42adb

RGB 22842219
HSL0.840.780.53
HSV303°82°89°
CMYK 0.000.820.04   0.11
XYZ45.609123.264469.1044
Yxy23.26440.33060.1686
Hunter Lab48.233284.3808-51.1824
CIE-Lab55.343683.9326-48.8684

#e42adb color RGB value is (228,42,219).

#e42adb hex color red value is 228, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e42adb hue: 0.84 , saturation: 0.78 and the lightness value of e42adb is 0.53.

The process color (four color CMYK) of #e42adb color hex is 0.00, 0.82, 0.04, 0.11. Web safe color of #e42adb is #cc33cc. Color #e42adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101010 11011011
Octal 344 52 333
Decimal 228 42 219
Hex E4 2A DB

RGB Percentages of Color #e42adb

%46.63
%8.59
%44.79

CMYK Percentages of Color #e42adb

%0
%82
%4
%11

Triadic Colors of #e42adb

#e42adb #dbe42a #2adbe4

Analogous Colors of #e42adb

#e42adb #e42a7e #902ae4

Monochromatic Colors of #e42adb

#e42adb

Complementary Color

#e42adb #2ae433

#e42adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42adb Color CSS Codes

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

#e42adb Text Font Color

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

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


#e42adb Background Color

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

This div background color is #e42adb


#e42adb Border Color

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

This div border color is #e42adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42adb


Comments

No comments written yet.

Please login to write comment.