Color Hex Logo

#e138ac Color Hex

#E138AC
(225,56,172)
0 Favorites   0 Comments

Color spaces of #e138ac

RGB 22556172
HSL0.890.740.55
HSV319°75°88°
CMYK 0.000.750.24   0.12
XYZ39.911921.814541.1367
Yxy21.81450.38800.2121
Hunter Lab46.706070.7990-19.5260
CIE-Lab53.829673.4293-24.1879

#e138ac color RGB value is (225,56,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 10101100
Octal 341 70 254
Decimal 225 56 172
Hex E1 38 AC

RGB Percentages of Color #e138ac

%49.67
%12.36
%37.97

CMYK Percentages of Color #e138ac

%0
%75
%24
%12

Triadic Colors of #e138ac

#e138ac #ace138 #38ace1

Analogous Colors of #e138ac

#e138ac #e13857 #c238e1

Monochromatic Colors of #e138ac

#e138ac

Complementary Color

#e138ac #38e16d

#e138ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e138ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e138ac Color CSS Codes

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

#e138ac Text Font Color

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

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


#e138ac Background Color

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

This div background color is #e138ac


#e138ac Border Color

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

This div border color is #e138ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e138ac


Comments

No comments written yet.

Please login to write comment.