Color Hex Logo

#e801cd Color Hex

#E801CD
(232,1,205)
0 Favorites   0 Comments

Color spaces of #e801cd

RGB 2321205
HSL0.850.990.46
HSV307°100°91°
CMYK 0.001.000.12   0.09
XYZ44.309021.585359.5886
Yxy21.58530.35310.1720
Hunter Lab46.460088.9309-43.5221
CIE-Lab53.584287.7610-43.6201

#e801cd color RGB value is (232,1,205).

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

The process color (four color CMYK) of #e801cd color hex is 0.00, 1.00, 0.12, 0.09. Web safe color of #e801cd is #ff00cc. Color #e801cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000001 11001101
Octal 350 1 315
Decimal 232 1 205
Hex E8 1 CD

RGB Percentages of Color #e801cd

%52.97
%0.23
%46.80

CMYK Percentages of Color #e801cd

%0
%100
%12
%9

Triadic Colors of #e801cd

#e801cd #cde801 #01cde8

Analogous Colors of #e801cd

#e801cd #e80159 #9001e8

Monochromatic Colors of #e801cd

#e801cd

Complementary Color

#e801cd #01e81c

#e801cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e801cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e801cd Color CSS Codes

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

#e801cd Text Font Color

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

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


#e801cd Background Color

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

This div background color is #e801cd


#e801cd Border Color

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

This div border color is #e801cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e801cd


Comments

No comments written yet.

Please login to write comment.