Color Hex Logo

#e128ce Color Hex

#E128CE
(225,40,206)
0 Favorites   0 Comments

Color spaces of #e128ce

RGB 22540206
HSL0.850.760.52
HSV306°82°88°
CMYK 0.000.820.08   0.12
XYZ42.950721.981460.3716
Yxy21.98140.34280.1754
Hunter Lab46.884381.4762-43.5270
CIE-Lab54.007381.9347-43.6041

#e128ce color RGB value is (225,40,206).

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

The process color (four color CMYK) of #e128ce color hex is 0.00, 0.82, 0.08, 0.12. Web safe color of #e128ce is #cc33cc. Color #e128ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 11001110
Octal 341 50 316
Decimal 225 40 206
Hex E1 28 CE

RGB Percentages of Color #e128ce

%47.77
%8.49
%43.74

CMYK Percentages of Color #e128ce

%0
%82
%8
%12

Triadic Colors of #e128ce

#e128ce #cee128 #28cee1

Analogous Colors of #e128ce

#e128ce #e12872 #9828e1

Monochromatic Colors of #e128ce

#e128ce

Complementary Color

#e128ce #28e13b

#e128ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128ce Color CSS Codes

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

#e128ce Text Font Color

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

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


#e128ce Background Color

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

This div background color is #e128ce


#e128ce Border Color

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

This div border color is #e128ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128ce


Comments

No comments written yet.

Please login to write comment.