Color Hex Logo

#e139fc Color Hex

#E139FC
(225,57,252)
0 Favorites   0 Comments

Color spaces of #e139fc

RGB 22557252
HSL0.810.970.61
HSV292°77°99°
CMYK 0.110.770.00   0.01
XYZ50.085225.962194.4669
Yxy25.96210.29370.1523
Hunter Lab50.953086.2921-74.2566
CIE-Lab58.001184.8864-63.1643

#e139fc color RGB value is (225,57,252).

#e139fc hex color red value is 225, green value is 57 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e139fc hue: 0.81 , saturation: 0.97 and the lightness value of e139fc is 0.61.

The process color (four color CMYK) of #e139fc color hex is 0.11, 0.77, 0.00, 0.01. Web safe color of #e139fc is #cc33ff. Color #e139fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 11111100
Octal 341 71 374
Decimal 225 57 252
Hex E1 39 FC

RGB Percentages of Color #e139fc

%42.13
%10.67
%47.19

CMYK Percentages of Color #e139fc

%11
%77
%0
%1

Triadic Colors of #e139fc

#e139fc #fce139 #39fce1

Analogous Colors of #e139fc

#e139fc #fc39b6 #8039fc

Monochromatic Colors of #e139fc

#e139fc

Complementary Color

#e139fc #54fc39

#e139fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e139fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e139fc Color CSS Codes

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

#e139fc Text Font Color

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

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


#e139fc Background Color

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

This div background color is #e139fc


#e139fc Border Color

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

This div border color is #e139fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e139fc


Comments

No comments written yet.

Please login to write comment.