Color Hex Logo

#e136ab Color Hex

#E136AB
(225,54,171)
0 Favorites   0 Comments

Color spaces of #e136ab

RGB 22554171
HSL0.890.740.55
HSV319°76°88°
CMYK 0.000.760.24   0.12
XYZ39.721221.586240.6011
Yxy21.58620.38980.2118
Hunter Lab46.461071.2996-19.2894
CIE-Lab53.585273.8857-23.9792

#e136ab color RGB value is (225,54,171).

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

The process color (four color CMYK) of #e136ab color hex is 0.00, 0.76, 0.24, 0.12. Web safe color of #e136ab is #cc3399. Color #e136ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110110 10101011
Octal 341 66 253
Decimal 225 54 171
Hex E1 36 AB

RGB Percentages of Color #e136ab

%50.00
%12.00
%38.00

CMYK Percentages of Color #e136ab

%0
%76
%24
%12

Triadic Colors of #e136ab

#e136ab #abe136 #36abe1

Analogous Colors of #e136ab

#e136ab #e13656 #c236e1

Monochromatic Colors of #e136ab

#e136ab

Complementary Color

#e136ab #36e16c

#e136ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e136ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e136ab Color CSS Codes

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

#e136ab Text Font Color

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

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


#e136ab Background Color

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

This div background color is #e136ab


#e136ab Border Color

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

This div border color is #e136ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e136ab


Comments

No comments written yet.

Please login to write comment.