Color Hex Logo

#e400cd Color Hex

#E400CD
(228,0,205)
0 Favorites   0 Comments

Color spaces of #e400cd

RGB 2280205
HSL0.851.000.45
HSV306°100°89°
CMYK 0.001.000.10   0.11
XYZ43.014420.901859.5249
Yxy20.90180.34850.1693
Hunter Lab45.718587.9350-45.1919
CIE-Lab52.841987.1476-44.8417

#e400cd color RGB value is (228,0,205).

#e400cd hex color red value is 228, green value is 0 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e400cd hue: 0.85 , saturation: 1.00 and the lightness value of e400cd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000000 11001101
Octal 344 0 315
Decimal 228 0 205
Hex E4 0 CD

RGB Percentages of Color #e400cd

%52.66
%0.00
%47.34

CMYK Percentages of Color #e400cd

%0
%100
%10
%11

Triadic Colors of #e400cd

#e400cd #cde400 #00cde4

Analogous Colors of #e400cd

#e400cd #e4005b #8900e4

Monochromatic Colors of #e400cd

#e400cd

Complementary Color

#e400cd #00e417

#e400cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e400cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e400cd Color CSS Codes

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

#e400cd Text Font Color

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

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


#e400cd Background Color

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

This div background color is #e400cd


#e400cd Border Color

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

This div border color is #e400cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e400cd


Comments

No comments written yet.

Please login to write comment.