Color Hex Logo

#e061da Color Hex

#E061DA
(224,97,218)
0 Favorites   0 Comments

Color spaces of #e061da

RGB 22497218
HSL0.840.670.63
HSV303°57°88°
CMYK 0.000.570.03   0.12
XYZ47.670129.458669.5033
Yxy29.45860.32510.2009
Hunter Lab54.275861.7929-37.9313
CIE-Lab61.184364.5672-39.1285

#e061da color RGB value is (224,97,218).

#e061da hex color red value is 224, green value is 97 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e061da hue: 0.84 , saturation: 0.67 and the lightness value of e061da is 0.63.

The process color (four color CMYK) of #e061da color hex is 0.00, 0.57, 0.03, 0.12. Web safe color of #e061da is #cc66cc. Color #e061da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100001 11011010
Octal 340 141 332
Decimal 224 97 218
Hex E0 61 DA

RGB Percentages of Color #e061da

%41.56
%18.00
%40.45

CMYK Percentages of Color #e061da

%0
%57
%3
%12

Triadic Colors of #e061da

#e061da #dae061 #61dae0

Analogous Colors of #e061da

#e061da #e0619b #a761e0

Monochromatic Colors of #e061da

#e061da

Complementary Color

#e061da #61e067

#e061da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e061da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e061da Color CSS Codes

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

#e061da Text Font Color

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

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


#e061da Background Color

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

This div background color is #e061da


#e061da Border Color

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

This div border color is #e061da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e061da


Comments

No comments written yet.

Please login to write comment.