Color Hex Logo

#e128da Color Hex

#E128DA
(225,40,218)
0 Favorites   0 Comments

Color spaces of #e128da

RGB 22540218
HSL0.840.760.52
HSV302°82°88°
CMYK 0.000.820.03   0.12
XYZ44.465022.587168.3458
Yxy22.58710.32840.1668
Hunter Lab47.525983.8335-51.9954
CIE-Lab54.644583.6453-49.4426

#e128da color RGB value is (225,40,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 11011010
Octal 341 50 332
Decimal 225 40 218
Hex E1 28 DA

RGB Percentages of Color #e128da

%46.58
%8.28
%45.13

CMYK Percentages of Color #e128da

%0
%82
%3
%12

Triadic Colors of #e128da

#e128da #dae128 #28dae1

Analogous Colors of #e128da

#e128da #e1287e #8c28e1

Monochromatic Colors of #e128da

#e128da

Complementary Color

#e128da #28e12f

#e128da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128da Color CSS Codes

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

#e128da Text Font Color

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

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


#e128da Background Color

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

This div background color is #e128da


#e128da Border Color

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

This div border color is #e128da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128da


Comments

No comments written yet.

Please login to write comment.