Color Hex Logo

#e139cd Color Hex

#E139CD
(225,57,205)
0 Favorites   0 Comments

Color spaces of #e139cd

RGB 22557205
HSL0.850.740.55
HSV307°75°88°
CMYK 0.000.750.09   0.12
XYZ43.533923.341659.9685
Yxy23.34160.34320.1840
Hunter Lab48.313176.2944-39.7743
CIE-Lab55.422577.5635-40.7976

#e139cd color RGB value is (225,57,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 11001101
Octal 341 71 315
Decimal 225 57 205
Hex E1 39 CD

RGB Percentages of Color #e139cd

%46.20
%11.70
%42.09

CMYK Percentages of Color #e139cd

%0
%75
%9
%12

Triadic Colors of #e139cd

#e139cd #cde139 #39cde1

Analogous Colors of #e139cd

#e139cd #e13979 #a139e1

Monochromatic Colors of #e139cd

#e139cd

Complementary Color

#e139cd #39e14d

#e139cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e139cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e139cd Color CSS Codes

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

#e139cd Text Font Color

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

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


#e139cd Background Color

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

This div background color is #e139cd


#e139cd Border Color

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

This div border color is #e139cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e139cd


Comments

No comments written yet.

Please login to write comment.