Color Hex Logo

#e140fb Color Hex

#E140FB
(225,64,251)
0 Favorites   0 Comments

Color spaces of #e140fb

RGB 22564251
HSL0.810.960.62
HSV292°75°98°
CMYK 0.100.750.00   0.02
XYZ50.297326.639493.7577
Yxy26.63940.29470.1561
Hunter Lab51.613483.6251-71.5732
CIE-Lab58.639182.7056-61.5858

#e140fb color RGB value is (225,64,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000000 11111011
Octal 341 100 373
Decimal 225 64 251
Hex E1 40 FB

RGB Percentages of Color #e140fb

%41.67
%11.85
%46.48

CMYK Percentages of Color #e140fb

%10
%75
%0
%2

Triadic Colors of #e140fb

#e140fb #fbe140 #40fbe1

Analogous Colors of #e140fb

#e140fb #fb40b8 #8440fb

Monochromatic Colors of #e140fb

#e140fb

Complementary Color

#e140fb #5afb40

#e140fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e140fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e140fb Color CSS Codes

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

#e140fb Text Font Color

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

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


#e140fb Background Color

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

This div background color is #e140fb


#e140fb Border Color

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

This div border color is #e140fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e140fb


Comments

No comments written yet.

Please login to write comment.