Color Hex Logo

#e128eb Color Hex

#E128EB
(225,40,235)
0 Favorites   0 Comments

Color spaces of #e128eb

RGB 22540235
HSL0.820.830.54
HSV297°83°92°
CMYK 0.040.830.00   0.08
XYZ46.805523.523380.6708
Yxy23.52330.31000.1558
Hunter Lab48.500887.3842-64.6657
CIE-Lab55.607386.1893-57.5128

#e128eb color RGB value is (225,40,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 11101011
Octal 341 50 353
Decimal 225 40 235
Hex E1 28 EB

RGB Percentages of Color #e128eb

%45.00
%8.00
%47.00

CMYK Percentages of Color #e128eb

%4
%83
%0
%8

Triadic Colors of #e128eb

#e128eb #ebe128 #28ebe1

Analogous Colors of #e128eb

#e128eb #eb2894 #8028eb

Monochromatic Colors of #e128eb

#e128eb

Complementary Color

#e128eb #32eb28

#e128eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128eb Color CSS Codes

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

#e128eb Text Font Color

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

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


#e128eb Background Color

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

This div background color is #e128eb


#e128eb Border Color

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

This div border color is #e128eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128eb


Comments

No comments written yet.

Please login to write comment.