Color Hex Logo

#e43edb Color Hex

#E43EDB
(228,62,219)
0 Favorites   0 Comments

Color spaces of #e43edb

RGB 22862219
HSL0.840.750.57
HSV303°73°89°
CMYK 0.000.730.04   0.11
XYZ46.503725.053769.4027
Yxy25.05370.32990.1777
Hunter Lab50.053778.2463-47.1719
CIE-Lab57.127778.7854-46.0394

#e43edb color RGB value is (228,62,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111110 11011011
Octal 344 76 333
Decimal 228 62 219
Hex E4 3E DB

RGB Percentages of Color #e43edb

%44.79
%12.18
%43.03

CMYK Percentages of Color #e43edb

%0
%73
%4
%11

Triadic Colors of #e43edb

#e43edb #dbe43e #3edbe4

Analogous Colors of #e43edb

#e43edb #e43e88 #9a3ee4

Monochromatic Colors of #e43edb

#e43edb

Complementary Color

#e43edb #3ee447

#e43edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43edb Color CSS Codes

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

#e43edb Text Font Color

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

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


#e43edb Background Color

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

This div background color is #e43edb


#e43edb Border Color

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

This div border color is #e43edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,62,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 #e43edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43edb


Comments

No comments written yet.

Please login to write comment.