Color Hex Logo

#e41dbc Color Hex

#E41DBC
(228,29,188)
0 Favorites   0 Comments

Color spaces of #e41dbc

RGB 22829188
HSL0.870.790.50
HSV312°87°89°
CMYK 0.000.870.18   0.11
XYZ41.511421.003649.4431
Yxy21.00360.37080.1876
Hunter Lab45.829781.4790-31.8839
CIE-Lab52.953482.1424-34.8400

#e41dbc color RGB value is (228,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011101 10111100
Octal 344 35 274
Decimal 228 29 188
Hex E4 1D BC

RGB Percentages of Color #e41dbc

%51.24
%6.52
%42.25

CMYK Percentages of Color #e41dbc

%0
%87
%18
%11

Triadic Colors of #e41dbc

#e41dbc #bce41d #1dbce4

Analogous Colors of #e41dbc

#e41dbc #e41d59 #a91de4

Monochromatic Colors of #e41dbc

#e41dbc

Complementary Color

#e41dbc #1de445

#e41dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41dbc Color CSS Codes

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

#e41dbc Text Font Color

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

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


#e41dbc Background Color

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

This div background color is #e41dbc


#e41dbc Border Color

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

This div border color is #e41dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41dbc


Comments

No comments written yet.

Please login to write comment.