Color Hex Logo

#e139dc Color Hex

#E139DC
(225,57,220)
0 Favorites   0 Comments

Color spaces of #e139dc

RGB 22557220
HSL0.840.740.55
HSV302°75°88°
CMYK 0.000.750.02   0.12
XYZ45.432724.101169.9676
Yxy24.10110.32570.1728
Hunter Lab49.092979.2792-50.1356
CIE-Lab56.188979.7840-48.1238

#e139dc color RGB value is (225,57,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 11011100
Octal 341 71 334
Decimal 225 57 220
Hex E1 39 DC

RGB Percentages of Color #e139dc

%44.82
%11.35
%43.82

CMYK Percentages of Color #e139dc

%0
%75
%2
%12

Triadic Colors of #e139dc

#e139dc #dce139 #39dce1

Analogous Colors of #e139dc

#e139dc #e13988 #9239e1

Monochromatic Colors of #e139dc

#e139dc

Complementary Color

#e139dc #39e13e

#e139dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e139dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e139dc Color CSS Codes

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

#e139dc Text Font Color

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

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


#e139dc Background Color

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

This div background color is #e139dc


#e139dc Border Color

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

This div border color is #e139dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e139dc


Comments

No comments written yet.

Please login to write comment.