Color Hex Logo

#e42dd5 Color Hex

#E42DD5
(228,45,213)
0 Favorites   0 Comments

Color spaces of #e42dd5

RGB 22845213
HSL0.850.770.54
HSV305°80°89°
CMYK 0.000.800.07   0.11
XYZ44.943523.174865.0552
Yxy23.17480.33750.1740
Hunter Lab48.140282.4015-46.4245
CIE-Lab55.251982.4143-45.6017

#e42dd5 color RGB value is (228,45,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101101 11010101
Octal 344 55 325
Decimal 228 45 213
Hex E4 2D D5

RGB Percentages of Color #e42dd5

%46.91
%9.26
%43.83

CMYK Percentages of Color #e42dd5

%0
%80
%7
%11

Triadic Colors of #e42dd5

#e42dd5 #d5e42d #2dd5e4

Analogous Colors of #e42dd5

#e42dd5 #e42d7a #982de4

Monochromatic Colors of #e42dd5

#e42dd5

Complementary Color

#e42dd5 #2de43c

#e42dd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42dd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42dd5 Color CSS Codes

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

#e42dd5 Text Font Color

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

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


#e42dd5 Background Color

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

This div background color is #e42dd5


#e42dd5 Border Color

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

This div border color is #e42dd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42dd5


Comments

No comments written yet.

Please login to write comment.