Color Hex Logo

#e43bdd Color Hex

#E43BDD
(228,59,221)
0 Favorites   0 Comments

Color spaces of #e43bdd

RGB 22859221
HSL0.840.760.56
HSV302°74°89°
CMYK 0.000.740.03   0.11
XYZ46.610024.842470.7450
Yxy24.84240.32780.1747
Hunter Lab49.842279.7009-49.2656
CIE-Lab56.921579.9740-47.4974

#e43bdd color RGB value is (228,59,221).

#e43bdd hex color red value is 228, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e43bdd hue: 0.84 , saturation: 0.76 and the lightness value of e43bdd is 0.56.

The process color (four color CMYK) of #e43bdd color hex is 0.00, 0.74, 0.03, 0.11. Web safe color of #e43bdd is #cc33cc. Color #e43bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111011 11011101
Octal 344 73 335
Decimal 228 59 221
Hex E4 3B DD

RGB Percentages of Color #e43bdd

%44.88
%11.61
%43.50

CMYK Percentages of Color #e43bdd

%0
%74
%3
%11

Triadic Colors of #e43bdd

#e43bdd #dde43b #3bdde4

Analogous Colors of #e43bdd

#e43bdd #e43b89 #973be4

Monochromatic Colors of #e43bdd

#e43bdd

Complementary Color

#e43bdd #3be442

#e43bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43bdd Color CSS Codes

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

#e43bdd Text Font Color

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

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


#e43bdd Background Color

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

This div background color is #e43bdd


#e43bdd Border Color

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

This div border color is #e43bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43bdd


Comments

No comments written yet.

Please login to write comment.