Color Hex Logo

#e128ef Color Hex

#E128EF
(225,40,239)
0 Favorites   0 Comments

Color spaces of #e128ef

RGB 22540239
HSL0.820.860.55
HSV296°83°94°
CMYK 0.060.830.00   0.06
XYZ47.390123.757183.7492
Yxy23.75710.30590.1534
Hunter Lab48.741388.2546-67.7556
CIE-Lab55.843886.8072-59.3784

#e128ef color RGB value is (225,40,239).

#e128ef hex color red value is 225, green value is 40 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e128ef hue: 0.82 , saturation: 0.86 and the lightness value of e128ef is 0.55.

The process color (four color CMYK) of #e128ef color hex is 0.06, 0.83, 0.00, 0.06. Web safe color of #e128ef is #cc33ff. Color #e128ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 11101111
Octal 341 50 357
Decimal 225 40 239
Hex E1 28 EF

RGB Percentages of Color #e128ef

%44.64
%7.94
%47.42

CMYK Percentages of Color #e128ef

%6
%83
%0
%6

Triadic Colors of #e128ef

#e128ef #efe128 #28efe1

Analogous Colors of #e128ef

#e128ef #ef289a #7e28ef

Monochromatic Colors of #e128ef

#e128ef

Complementary Color

#e128ef #36ef28

#e128ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128ef Color CSS Codes

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

#e128ef Text Font Color

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

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


#e128ef Background Color

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

This div background color is #e128ef


#e128ef Border Color

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

This div border color is #e128ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128ef


Comments

No comments written yet.

Please login to write comment.