Color Hex Logo

#e42ecd Color Hex

#E42ECD
(228,46,205)
0 Favorites   0 Comments

Color spaces of #e42ecd

RGB 22846205
HSL0.850.770.54
HSV308°80°89°
CMYK 0.000.800.10   0.11
XYZ43.991322.855759.8506
Yxy22.85570.34720.1804
Hunter Lab47.807680.5875-40.7601
CIE-Lab54.923481.0598-41.5506

#e42ecd color RGB value is (228,46,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101110 11001101
Octal 344 56 315
Decimal 228 46 205
Hex E4 2E CD

RGB Percentages of Color #e42ecd

%47.60
%9.60
%42.80

CMYK Percentages of Color #e42ecd

%0
%80
%10
%11

Triadic Colors of #e42ecd

#e42ecd #cde42e #2ecde4

Analogous Colors of #e42ecd

#e42ecd #e42e72 #a02ee4

Monochromatic Colors of #e42ecd

#e42ecd

Complementary Color

#e42ecd #2ee445

#e42ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42ecd Color CSS Codes

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

#e42ecd Text Font Color

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

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


#e42ecd Background Color

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

This div background color is #e42ecd


#e42ecd Border Color

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

This div border color is #e42ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42ecd


Comments

No comments written yet.

Please login to write comment.