Color Hex Logo

#e128af Color Hex

#E128AF
(225,40,175)
0 Favorites   0 Comments

Color spaces of #e128af

RGB 22540175
HSL0.880.760.52
HSV316°82°88°
CMYK 0.000.820.22   0.12
XYZ39.548020.620342.4531
Yxy20.62030.38540.2009
Hunter Lab45.409675.9920-23.6431
CIE-Lab52.531477.8837-27.9523

#e128af color RGB value is (225,40,175).

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

The process color (four color CMYK) of #e128af color hex is 0.00, 0.82, 0.22, 0.12. Web safe color of #e128af is #cc3399. Color #e128af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 10101111
Octal 341 50 257
Decimal 225 40 175
Hex E1 28 AF

RGB Percentages of Color #e128af

%51.14
%9.09
%39.77

CMYK Percentages of Color #e128af

%0
%82
%22
%12

Triadic Colors of #e128af

#e128af #afe128 #28afe1

Analogous Colors of #e128af

#e128af #e12853 #b728e1

Monochromatic Colors of #e128af

#e128af

Complementary Color

#e128af #28e15a

#e128af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128af Color CSS Codes

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

#e128af Text Font Color

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

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


#e128af Background Color

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

This div background color is #e128af


#e128af Border Color

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

This div border color is #e128af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128af


Comments

No comments written yet.

Please login to write comment.