Color Hex Logo

#e051da Color Hex

#E051DA
(224,81,218)
0 Favorites   0 Comments

Color spaces of #e051da

RGB 22481218
HSL0.840.700.60
HSV303°64°88°
CMYK 0.000.640.03   0.12
XYZ46.337826.794169.0592
Yxy26.79410.32590.1884
Hunter Lab51.763069.2064-42.8671
CIE-Lab58.783371.1804-42.9005

#e051da color RGB value is (224,81,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010001 11011010
Octal 340 121 332
Decimal 224 81 218
Hex E0 51 DA

RGB Percentages of Color #e051da

%42.83
%15.49
%41.68

CMYK Percentages of Color #e051da

%0
%64
%3
%12

Triadic Colors of #e051da

#e051da #dae051 #51dae0

Analogous Colors of #e051da

#e051da #e05193 #9f51e0

Monochromatic Colors of #e051da

#e051da

Complementary Color

#e051da #51e057

#e051da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e051da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e051da Color CSS Codes

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

#e051da Text Font Color

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

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


#e051da Background Color

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

This div background color is #e051da


#e051da Border Color

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

This div border color is #e051da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e051da


Comments

No comments written yet.

Please login to write comment.