Color Hex Logo

#e128fb Color Hex

#E128FB
(225,40,251)
0 Favorites   0 Comments

Color spaces of #e128fb

RGB 22540251
HSL0.810.960.57
HSV293°84°98°
CMYK 0.100.840.00   0.02
XYZ49.222724.490293.3995
Yxy24.49020.29450.1465
Hunter Lab49.487690.9414-77.2586
CIE-Lab56.575388.7003-64.9014

#e128fb color RGB value is (225,40,251).

#e128fb hex color red value is 225, green value is 40 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e128fb hue: 0.81 , saturation: 0.96 and the lightness value of e128fb is 0.57.

The process color (four color CMYK) of #e128fb color hex is 0.10, 0.84, 0.00, 0.02. Web safe color of #e128fb is #cc33ff. Color #e128fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 11111011
Octal 341 50 373
Decimal 225 40 251
Hex E1 28 FB

RGB Percentages of Color #e128fb

%43.60
%7.75
%48.64

CMYK Percentages of Color #e128fb

%10
%84
%0
%2

Triadic Colors of #e128fb

#e128fb #fbe128 #28fbe1

Analogous Colors of #e128fb

#e128fb #fb28ac #7828fb

Monochromatic Colors of #e128fb

#e128fb

Complementary Color

#e128fb #42fb28

#e128fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e128fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e128fb Color CSS Codes

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

#e128fb Text Font Color

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

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


#e128fb Background Color

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

This div background color is #e128fb


#e128fb Border Color

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

This div border color is #e128fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e128fb

Related Colors


Comments

No comments written yet.

Please login to write comment.