Color Hex Logo

#e801da Color Hex

#E801DA
(232,1,218)
0 Favorites   0 Comments

Color spaces of #e801da

RGB 2321218
HSL0.840.990.46
HSV304°100°91°
CMYK 0.001.000.06   0.09
XYZ45.944522.239568.2008
Yxy22.23950.33690.1631
Hunter Lab47.158891.3760-52.7338
CIE-Lab54.280289.4736-49.9495

#e801da color RGB value is (232,1,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000001 11011010
Octal 350 1 332
Decimal 232 1 218
Hex E8 1 DA

RGB Percentages of Color #e801da

%51.44
%0.22
%48.34

CMYK Percentages of Color #e801da

%0
%100
%6
%9

Triadic Colors of #e801da

#e801da #dae801 #01dae8

Analogous Colors of #e801da

#e801da #e80167 #8301e8

Monochromatic Colors of #e801da

#e801da

Complementary Color

#e801da #01e80f

#e801da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e801da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e801da Color CSS Codes

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

#e801da Text Font Color

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

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


#e801da Background Color

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

This div background color is #e801da


#e801da Border Color

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

This div border color is #e801da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,1,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e801da


Comments

No comments written yet.

Please login to write comment.