Color Hex Logo

#e127fb Color Hex

#E127FB
(225,39,251)
0 Favorites   0 Comments

Color spaces of #e127fb

RGB 22539251
HSL0.810.960.57
HSV293°84°98°
CMYK 0.100.840.00   0.02
XYZ49.189424.423693.3884
Yxy24.42360.29450.1462
Hunter Lab49.420291.1808-77.4449
CIE-Lab56.509488.8935-65.0074

#e127fb color RGB value is (225,39,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 11111011
Octal 341 47 373
Decimal 225 39 251
Hex E1 27 FB

RGB Percentages of Color #e127fb

%43.69
%7.57
%48.74

CMYK Percentages of Color #e127fb

%10
%84
%0
%2

Triadic Colors of #e127fb

#e127fb #fbe127 #27fbe1

Analogous Colors of #e127fb

#e127fb #fb27ab #7727fb

Monochromatic Colors of #e127fb

#e127fb

Complementary Color

#e127fb #41fb27

#e127fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e127fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e127fb Color CSS Codes

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

#e127fb Text Font Color

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

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


#e127fb Background Color

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

This div background color is #e127fb


#e127fb Border Color

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

This div border color is #e127fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,39,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 #e127fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e127fb

Related Colors


Comments

No comments written yet.

Please login to write comment.