Color Hex Logo

#e128ee Color Hex

#E128EE
(225,40,238)
0 Favorites   0 Comments

Color spaces of #e128ee

RGB 22540238
HSL0.820.850.55
HSV296°83°93°
CMYK 0.050.830.00   0.07
XYZ47.242723.698282.9732
Yxy23.69820.30690.1540
Hunter Lab48.680888.0355-66.9793
CIE-Lab55.784486.6518-58.9131

#e128ee color RGB value is (225,40,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 11101110
Octal 341 50 356
Decimal 225 40 238
Hex E1 28 EE

RGB Percentages of Color #e128ee

%44.73
%7.95
%47.32

CMYK Percentages of Color #e128ee

%5
%83
%0
%7

Triadic Colors of #e128ee

#e128ee #eee128 #28eee1

Analogous Colors of #e128ee

#e128ee #ee2898 #7e28ee

Monochromatic Colors of #e128ee

#e128ee

Complementary Color

#e128ee #35ee28

#e128ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128ee Color CSS Codes

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

#e128ee Text Font Color

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

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


#e128ee Background Color

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

This div background color is #e128ee


#e128ee Border Color

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

This div border color is #e128ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128ee


Comments

No comments written yet.

Please login to write comment.