Color Hex Logo

#e141fd Color Hex

#E141FD
(225,65,253)
0 Favorites   0 Comments

Color spaces of #e141fd

RGB 22565253
HSL0.810.980.62
HSV291°74°99°
CMYK 0.110.740.00   0.01
XYZ50.671326.880095.4462
Yxy26.88000.29290.1554
Hunter Lab51.845983.7255-72.8583
CIE-Lab58.863182.7399-62.3349

#e141fd color RGB value is (225,65,253).

#e141fd hex color red value is 225, green value is 65 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e141fd hue: 0.81 , saturation: 0.98 and the lightness value of e141fd is 0.62.

The process color (four color CMYK) of #e141fd color hex is 0.11, 0.74, 0.00, 0.01. Web safe color of #e141fd is #cc33ff. Color #e141fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000001 11111101
Octal 341 101 375
Decimal 225 65 253
Hex E1 41 FD

RGB Percentages of Color #e141fd

%41.44
%11.97
%46.59

CMYK Percentages of Color #e141fd

%11
%74
%0
%1

Triadic Colors of #e141fd

#e141fd #fde141 #41fde1

Analogous Colors of #e141fd

#e141fd #fd41bb #8341fd

Monochromatic Colors of #e141fd

#e141fd

Complementary Color

#e141fd #5dfd41

#e141fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e141fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e141fd Color CSS Codes

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

#e141fd Text Font Color

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

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


#e141fd Background Color

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

This div background color is #e141fd


#e141fd Border Color

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

This div border color is #e141fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,65,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e141fd


Comments

No comments written yet.

Please login to write comment.