Color Hex Logo

#e139de Color Hex

#E139DE
(225,57,222)
0 Favorites   0 Comments

Color spaces of #e139de

RGB 22557222
HSL0.840.740.55
HSV301°75°88°
CMYK 0.000.750.01   0.12
XYZ45.699324.207771.3712
Yxy24.20770.32350.1713
Hunter Lab49.201379.6925-51.5649
CIE-Lab56.295280.0891-49.0870

#e139de color RGB value is (225,57,222).

#e139de hex color red value is 225, green value is 57 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e139de hue: 0.84 , saturation: 0.74 and the lightness value of e139de is 0.55.

The process color (four color CMYK) of #e139de color hex is 0.00, 0.75, 0.01, 0.12. Web safe color of #e139de is #cc33cc. Color #e139de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 11011110
Octal 341 71 336
Decimal 225 57 222
Hex E1 39 DE

RGB Percentages of Color #e139de

%44.64
%11.31
%44.05

CMYK Percentages of Color #e139de

%0
%75
%1
%12

Triadic Colors of #e139de

#e139de #dee139 #39dee1

Analogous Colors of #e139de

#e139de #e1398a #9039e1

Monochromatic Colors of #e139de

#e139de

Complementary Color

#e139de #39e13c

#e139de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e139de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e139de Color CSS Codes

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

#e139de Text Font Color

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

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


#e139de Background Color

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

This div background color is #e139de


#e139de Border Color

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

This div border color is #e139de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e139de


Comments

No comments written yet.

Please login to write comment.