Color Hex Logo

#e139bd Color Hex

#E139BD
(225,57,189)
0 Favorites   0 Comments

Color spaces of #e139bd

RGB 22557189
HSL0.870.740.55
HSV313°75°88°
CMYK 0.000.750.16   0.12
XYZ41.699822.607950.3101
Yxy22.60790.36380.1972
Hunter Lab47.547873.3374-29.4511
CIE-Lab54.666175.3330-32.7804

#e139bd color RGB value is (225,57,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 10111101
Octal 341 71 275
Decimal 225 57 189
Hex E1 39 BD

RGB Percentages of Color #e139bd

%47.77
%12.10
%40.13

CMYK Percentages of Color #e139bd

%0
%75
%16
%12

Triadic Colors of #e139bd

#e139bd #bde139 #39bde1

Analogous Colors of #e139bd

#e139bd #e13969 #b139e1

Monochromatic Colors of #e139bd

#e139bd

Complementary Color

#e139bd #39e15d

#e139bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e139bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e139bd Color CSS Codes

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

#e139bd Text Font Color

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

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


#e139bd Background Color

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

This div background color is #e139bd


#e139bd Border Color

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

This div border color is #e139bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e139bd


Comments

No comments written yet.

Please login to write comment.