Color Hex Logo

#e41dca Color Hex

#E41DCA
(228,29,202)
0 Favorites   0 Comments

Color spaces of #e41dca

RGB 22829202
HSL0.860.790.50
HSV308°87°89°
CMYK 0.000.870.11   0.11
XYZ43.094921.637057.7821
Yxy21.63700.35180.1766
Hunter Lab46.515683.9711-41.0897
CIE-Lab53.639783.9478-41.8542

#e41dca color RGB value is (228,29,202).

#e41dca hex color red value is 228, green value is 29 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e41dca hue: 0.86 , saturation: 0.79 and the lightness value of e41dca is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011101 11001010
Octal 344 35 312
Decimal 228 29 202
Hex E4 1D CA

RGB Percentages of Color #e41dca

%49.67
%6.32
%44.01

CMYK Percentages of Color #e41dca

%0
%87
%11
%11

Triadic Colors of #e41dca

#e41dca #cae41d #1dcae4

Analogous Colors of #e41dca

#e41dca #e41d67 #9b1de4

Monochromatic Colors of #e41dca

#e41dca

Complementary Color

#e41dca #1de437

#e41dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41dca Color CSS Codes

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

#e41dca Text Font Color

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

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


#e41dca Background Color

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

This div background color is #e41dca


#e41dca Border Color

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

This div border color is #e41dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41dca


Comments

No comments written yet.

Please login to write comment.