Color Hex Logo

#e401cd Color Hex

#E401CD
(228,1,205)
0 Favorites   0 Comments

Color spaces of #e401cd

RGB 2281205
HSL0.850.990.45
HSV306°100°89°
CMYK 0.001.000.10   0.11
XYZ43.025220.923559.5286
Yxy20.92350.34840.1695
Hunter Lab45.742287.8485-45.1400
CIE-Lab52.865787.0771-44.8040

#e401cd color RGB value is (228,1,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000001 11001101
Octal 344 1 315
Decimal 228 1 205
Hex E4 1 CD

RGB Percentages of Color #e401cd

%52.53
%0.23
%47.24

CMYK Percentages of Color #e401cd

%0
%100
%10
%11

Triadic Colors of #e401cd

#e401cd #cde401 #01cde4

Analogous Colors of #e401cd

#e401cd #e4015b #8a01e4

Monochromatic Colors of #e401cd

#e401cd

Complementary Color

#e401cd #01e418

#e401cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e401cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e401cd Color CSS Codes

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

#e401cd Text Font Color

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

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


#e401cd Background Color

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

This div background color is #e401cd


#e401cd Border Color

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

This div border color is #e401cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e401cd


Comments

No comments written yet.

Please login to write comment.