Color Hex Logo

#e141da Color Hex

#E141DA
(225,65,218)
0 Favorites   0 Comments

Color spaces of #e141da

RGB 22565218
HSL0.840.730.57
HSV303°71°88°
CMYK 0.000.710.03   0.12
XYZ45.596524.850168.7230
Yxy24.85010.32760.1786
Hunter Lab49.849976.0324-46.8422
CIE-Lab56.929177.0628-45.8181

#e141da color RGB value is (225,65,218).

#e141da hex color red value is 225, green value is 65 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e141da hue: 0.84 , saturation: 0.73 and the lightness value of e141da is 0.57.

The process color (four color CMYK) of #e141da color hex is 0.00, 0.71, 0.03, 0.12. Web safe color of #e141da is #cc33cc. Color #e141da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000001 11011010
Octal 341 101 332
Decimal 225 65 218
Hex E1 41 DA

RGB Percentages of Color #e141da

%44.29
%12.80
%42.91

CMYK Percentages of Color #e141da

%0
%71
%3
%12

Triadic Colors of #e141da

#e141da #dae141 #41dae1

Analogous Colors of #e141da

#e141da #e1418a #9841e1

Monochromatic Colors of #e141da

#e141da

Complementary Color

#e141da #41e148

#e141da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e141da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e141da Color CSS Codes

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

#e141da Text Font Color

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

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


#e141da Background Color

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

This div background color is #e141da


#e141da Border Color

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

This div border color is #e141da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e141da


Comments

No comments written yet.

Please login to write comment.