Color Hex Logo

#e128fd Color Hex

#E128FD
(225,40,253)
0 Favorites   0 Comments

Color spaces of #e128fd

RGB 22540253
HSL0.810.980.57
HSV292°84°99°
CMYK 0.110.840.00   0.01
XYZ49.539824.617095.0690
Yxy24.61700.29270.1455
Hunter Lab49.615591.4004-78.8755
CIE-Lab56.700389.0217-65.8113

#e128fd color RGB value is (225,40,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 11111101
Octal 341 50 375
Decimal 225 40 253
Hex E1 28 FD

RGB Percentages of Color #e128fd

%43.44
%7.72
%48.84

CMYK Percentages of Color #e128fd

%11
%84
%0
%1

Triadic Colors of #e128fd

#e128fd #fde128 #28fde1

Analogous Colors of #e128fd

#e128fd #fd28af #7728fd

Monochromatic Colors of #e128fd

#e128fd

Complementary Color

#e128fd #44fd28

#e128fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128fd Color CSS Codes

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

#e128fd Text Font Color

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

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


#e128fd Background Color

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

This div background color is #e128fd


#e128fd Border Color

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

This div border color is #e128fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128fd

Related Colors


Comments

No comments written yet.

Please login to write comment.