Color Hex Logo

#e40dca Color Hex

#E40DCA
(228,13,202)
0 Favorites   0 Comments

Color spaces of #e40dca

RGB 22813202
HSL0.850.890.47
HSV307°94°89°
CMYK 0.000.940.11   0.11
XYZ42.799521.046157.6836
Yxy21.04610.35220.1732
Hunter Lab45.876086.2464-42.4368
CIE-Lab52.999985.8259-42.8653

#e40dca color RGB value is (228,13,202).

#e40dca hex color red value is 228, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e40dca hue: 0.85 , saturation: 0.89 and the lightness value of e40dca is 0.47.

The process color (four color CMYK) of #e40dca color hex is 0.00, 0.94, 0.11, 0.11. Web safe color of #e40dca is #cc00cc. Color #e40dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001101 11001010
Octal 344 15 312
Decimal 228 13 202
Hex E4 D CA

RGB Percentages of Color #e40dca

%51.47
%2.93
%45.60

CMYK Percentages of Color #e40dca

%0
%94
%11
%11

Triadic Colors of #e40dca

#e40dca #cae40d #0dcae4

Analogous Colors of #e40dca

#e40dca #e40d5e #930de4

Monochromatic Colors of #e40dca

#e40dca

Complementary Color

#e40dca #0de427

#e40dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40dca Color CSS Codes

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

#e40dca Text Font Color

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

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


#e40dca Background Color

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

This div background color is #e40dca


#e40dca Border Color

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

This div border color is #e40dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40dca


Comments

No comments written yet.

Please login to write comment.