Color Hex Logo

#e138bd Color Hex

#E138BD
(225,56,189)
0 Favorites   0 Comments

Color spaces of #e138bd

RGB 22556189
HSL0.870.740.55
HSV313°75°88°
CMYK 0.000.750.16   0.12
XYZ41.650822.510050.2937
Yxy22.51000.36390.1967
Hunter Lab47.444773.6735-29.6390
CIE-Lab54.564075.6245-32.9397

#e138bd color RGB value is (225,56,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 10111101
Octal 341 70 275
Decimal 225 56 189
Hex E1 38 BD

RGB Percentages of Color #e138bd

%47.87
%11.91
%40.21

CMYK Percentages of Color #e138bd

%0
%75
%16
%12

Triadic Colors of #e138bd

#e138bd #bde138 #38bde1

Analogous Colors of #e138bd

#e138bd #e13869 #b138e1

Monochromatic Colors of #e138bd

#e138bd

Complementary Color

#e138bd #38e15c

#e138bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e138bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e138bd Color CSS Codes

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

#e138bd Text Font Color

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

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


#e138bd Background Color

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

This div background color is #e138bd


#e138bd Border Color

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

This div border color is #e138bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e138bd


Comments

No comments written yet.

Please login to write comment.