Color Hex Logo

#e139e6 Color Hex

#E139E6
(225,57,230)
0 Favorites   0 Comments

Color spaces of #e139e6

RGB 22557230
HSL0.830.780.56
HSV298°75°90°
CMYK 0.020.750.00   0.10
XYZ46.797424.647077.1538
Yxy24.64700.31490.1659
Hunter Lab49.645781.3788-57.3898
CIE-Lab56.729881.3280-52.9083

#e139e6 color RGB value is (225,57,230).

#e139e6 hex color red value is 225, green value is 57 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #e139e6 hue: 0.83 , saturation: 0.78 and the lightness value of e139e6 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 11100110
Octal 341 71 346
Decimal 225 57 230
Hex E1 39 E6

RGB Percentages of Color #e139e6

%43.95
%11.13
%44.92

CMYK Percentages of Color #e139e6

%2
%75
%0
%10

Triadic Colors of #e139e6

#e139e6 #e6e139 #39e6e1

Analogous Colors of #e139e6

#e139e6 #e63995 #8b39e6

Monochromatic Colors of #e139e6

#e139e6

Complementary Color

#e139e6 #3ee639

#e139e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e139e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e139e6 Color CSS Codes

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

#e139e6 Text Font Color

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

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


#e139e6 Background Color

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

This div background color is #e139e6


#e139e6 Border Color

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

This div border color is #e139e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e139e6


Comments

No comments written yet.

Please login to write comment.