Color Hex Logo

#e128cb Color Hex

#E128CB
(225,40,203)
0 Favorites   0 Comments

Color spaces of #e128cb

RGB 22540203
HSL0.850.760.52
HSV307°82°88°
CMYK 0.000.820.10   0.12
XYZ42.589621.836958.4701
Yxy21.83690.34650.1777
Hunter Lab46.730080.9071-41.4747
CIE-Lab53.853581.5190-42.1257

#e128cb color RGB value is (225,40,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 11001011
Octal 341 50 313
Decimal 225 40 203
Hex E1 28 CB

RGB Percentages of Color #e128cb

%48.08
%8.55
%43.38

CMYK Percentages of Color #e128cb

%0
%82
%10
%12

Triadic Colors of #e128cb

#e128cb #cbe128 #28cbe1

Analogous Colors of #e128cb

#e128cb #e1286f #9b28e1

Monochromatic Colors of #e128cb

#e128cb

Complementary Color

#e128cb #28e13e

#e128cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128cb Color CSS Codes

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

#e128cb Text Font Color

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

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


#e128cb Background Color

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

This div background color is #e128cb


#e128cb Border Color

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

This div border color is #e128cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128cb


Comments

No comments written yet.

Please login to write comment.