Color Hex Logo

#e42adf Color Hex

#E42ADF
(228,42,223)
0 Favorites   0 Comments

Color spaces of #e42adf

RGB 22842223
HSL0.840.780.53
HSV302°82°89°
CMYK 0.000.820.02   0.11
XYZ46.142223.477671.9117
Yxy23.47760.32600.1659
Hunter Lab48.453785.1907-54.0766
CIE-Lab55.560984.5153-50.7904

#e42adf color RGB value is (228,42,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101010 11011111
Octal 344 52 337
Decimal 228 42 223
Hex E4 2A DF

RGB Percentages of Color #e42adf

%46.25
%8.52
%45.23

CMYK Percentages of Color #e42adf

%0
%82
%2
%11

Triadic Colors of #e42adf

#e42adf #dfe42a #2adfe4

Analogous Colors of #e42adf

#e42adf #e42a82 #8c2ae4

Monochromatic Colors of #e42adf

#e42adf

Complementary Color

#e42adf #2ae42f

#e42adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42adf Color CSS Codes

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

#e42adf Text Font Color

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

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


#e42adf Background Color

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

This div background color is #e42adf


#e42adf Border Color

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

This div border color is #e42adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42adf


Comments

No comments written yet.

Please login to write comment.