Color Hex Logo

#e054da Color Hex

#E054DA
(224,84,218)
0 Favorites   0 Comments

Color spaces of #e054da

RGB 22484218
HSL0.840.690.60
HSV303°63°88°
CMYK 0.000.630.03   0.12
XYZ46.565727.249969.1351
Yxy27.24990.32570.1906
Hunter Lab52.201467.8764-41.9821
CIE-Lab59.204970.0069-42.2364

#e054da color RGB value is (224,84,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010100 11011010
Octal 340 124 332
Decimal 224 84 218
Hex E0 54 DA

RGB Percentages of Color #e054da

%42.59
%15.97
%41.44

CMYK Percentages of Color #e054da

%0
%63
%3
%12

Triadic Colors of #e054da

#e054da #dae054 #54dae0

Analogous Colors of #e054da

#e054da #e05494 #a054e0

Monochromatic Colors of #e054da

#e054da

Complementary Color

#e054da #54e05a

#e054da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e054da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e054da Color CSS Codes

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

#e054da Text Font Color

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

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


#e054da Background Color

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

This div background color is #e054da


#e054da Border Color

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

This div border color is #e054da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e054da


Comments

No comments written yet.

Please login to write comment.