Color Hex Logo

#e4208d Color Hex

#E4208D
(228,32,141)
0 Favorites   0 Comments

Color spaces of #e4208d

RGB 22832141
HSL0.910.780.51
HSV327°86°89°
CMYK 0.000.860.38   0.11
XYZ37.319119.450126.9866
Yxy19.45010.44560.2322
Hunter Lab44.102373.8668-5.4085
CIE-Lab51.209776.4321-9.7510

#e4208d color RGB value is (228,32,141).

#e4208d hex color red value is 228, green value is 32 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e4208d hue: 0.91 , saturation: 0.78 and the lightness value of e4208d is 0.51.

The process color (four color CMYK) of #e4208d color hex is 0.00, 0.86, 0.38, 0.11. Web safe color of #e4208d is #cc3399. Color #e4208d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100000 10001101
Octal 344 40 215
Decimal 228 32 141
Hex E4 20 8D

RGB Percentages of Color #e4208d

%56.86
%7.98
%35.16

CMYK Percentages of Color #e4208d

%0
%86
%38
%11

Triadic Colors of #e4208d

#e4208d #8de420 #208de4

Analogous Colors of #e4208d

#e4208d #e4202b #d920e4

Monochromatic Colors of #e4208d

#e4208d

Complementary Color

#e4208d #20e477

#e4208d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4208d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4208d Color CSS Codes

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

#e4208d Text Font Color

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

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


#e4208d Background Color

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

This div background color is #e4208d


#e4208d Border Color

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

This div border color is #e4208d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4208d


Comments

No comments written yet.

Please login to write comment.