Color Hex Logo

#e241fd Color Hex

#E241FD
(226,65,253)
0 Favorites   0 Comments

Color spaces of #e241fd

RGB 22665253
HSL0.810.980.62
HSV291°74°99°
CMYK 0.110.740.00   0.01
XYZ50.983927.041295.4608
Yxy27.04120.29390.1559
Hunter Lab52.001284.0061-72.4404
CIE-Lab59.012482.9282-62.0872

#e241fd color RGB value is (226,65,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 11111101
Octal 342 101 375
Decimal 226 65 253
Hex E2 41 FD

RGB Percentages of Color #e241fd

%41.54
%11.95
%46.51

CMYK Percentages of Color #e241fd

%11
%74
%0
%1

Triadic Colors of #e241fd

#e241fd #fde241 #41fde2

Analogous Colors of #e241fd

#e241fd #fd41ba #8441fd

Monochromatic Colors of #e241fd

#e241fd

Complementary Color

#e241fd #5cfd41

#e241fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e241fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e241fd Color CSS Codes

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

#e241fd Text Font Color

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

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


#e241fd Background Color

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

This div background color is #e241fd


#e241fd Border Color

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

This div border color is #e241fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e241fd


Comments

No comments written yet.

Please login to write comment.