Color Hex Logo

#e271fd Color Hex

#E271FD
(226,113,253)
0 Favorites   0 Comments

Color spaces of #e271fd

RGB 226113253
HSL0.800.970.72
HSV288°55°99°
CMYK 0.110.550.00   0.01
XYZ54.998835.070996.7991
Yxy35.07090.29430.1877
Hunter Lab59.220762.1384-55.4579
CIE-Lab65.803864.0507-51.2683

#e271fd color RGB value is (226,113,253).

#e271fd hex color red value is 226, green value is 113 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e271fd hue: 0.80 , saturation: 0.97 and the lightness value of e271fd is 0.72.

The process color (four color CMYK) of #e271fd color hex is 0.11, 0.55, 0.00, 0.01. Web safe color of #e271fd is #cc66ff. Color #e271fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110001 11111101
Octal 342 161 375
Decimal 226 113 253
Hex E2 71 FD

RGB Percentages of Color #e271fd

%38.18
%19.09
%42.74

CMYK Percentages of Color #e271fd

%11
%55
%0
%1

Triadic Colors of #e271fd

#e271fd #fde271 #71fde2

Analogous Colors of #e271fd

#e271fd #fd71d2 #9c71fd

Monochromatic Colors of #e271fd

#e271fd

Complementary Color

#e271fd #8cfd71

#e271fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e271fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e271fd Color CSS Codes

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

#e271fd Text Font Color

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

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


#e271fd Background Color

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

This div background color is #e271fd


#e271fd Border Color

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

This div border color is #e271fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e271fd

Related Colors


Comments

No comments written yet.

Please login to write comment.