Color Hex Logo

#e136bd Color Hex

#E136BD
(225,54,189)
0 Favorites   0 Comments

Color spaces of #e136bd

RGB 22554189
HSL0.870.740.55
HSV313°76°88°
CMYK 0.000.760.16   0.12
XYZ41.555822.320050.2621
Yxy22.32000.36410.1956
Hunter Lab47.244074.3313-30.0067
CIE-Lab54.364976.1937-33.2506

#e136bd color RGB value is (225,54,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110110 10111101
Octal 341 66 275
Decimal 225 54 189
Hex E1 36 BD

RGB Percentages of Color #e136bd

%48.08
%11.54
%40.38

CMYK Percentages of Color #e136bd

%0
%76
%16
%12

Triadic Colors of #e136bd

#e136bd #bde136 #36bde1

Analogous Colors of #e136bd

#e136bd #e13668 #b036e1

Monochromatic Colors of #e136bd

#e136bd

Complementary Color

#e136bd #36e15a

#e136bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e136bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e136bd Color CSS Codes

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

#e136bd Text Font Color

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

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


#e136bd Background Color

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

This div background color is #e136bd


#e136bd Border Color

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

This div border color is #e136bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,54,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 #e136bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e136bd


Comments

No comments written yet.

Please login to write comment.