Color Hex Logo

#e43ed3 Color Hex

#E43ED3
(228,62,211)
0 Favorites   0 Comments

Color spaces of #e43ed3

RGB 22862211
HSL0.850.750.57
HSV306°73°89°
CMYK 0.000.730.07   0.11
XYZ45.475424.642463.9877
Yxy24.64240.33910.1838
Hunter Lab49.641176.6489-41.6764
CIE-Lab56.725377.5942-42.1349

#e43ed3 color RGB value is (228,62,211).

#e43ed3 hex color red value is 228, green value is 62 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #e43ed3 hue: 0.85 , saturation: 0.75 and the lightness value of e43ed3 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111110 11010011
Octal 344 76 323
Decimal 228 62 211
Hex E4 3E D3

RGB Percentages of Color #e43ed3

%45.51
%12.38
%42.12

CMYK Percentages of Color #e43ed3

%0
%73
%7
%11

Triadic Colors of #e43ed3

#e43ed3 #d3e43e #3ed3e4

Analogous Colors of #e43ed3

#e43ed3 #e43e80 #a23ee4

Monochromatic Colors of #e43ed3

#e43ed3

Complementary Color

#e43ed3 #3ee44f

#e43ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43ed3 Color CSS Codes

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

#e43ed3 Text Font Color

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

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


#e43ed3 Background Color

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

This div background color is #e43ed3


#e43ed3 Border Color

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

This div border color is #e43ed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43ed3


Comments

No comments written yet.

Please login to write comment.