Color Hex Logo

#e48cac Color Hex

#E48CAC
(228,140,172)
0 Favorites   0 Comments

Color spaces of #e48cac

RGB 228140172
HSL0.940.620.72
HSV338°39°89°
CMYK 0.000.390.25   0.11
XYZ48.819438.228743.8355
Yxy38.22870.37300.2921
Hunter Lab61.829432.73911.2454
CIE-Lab68.188837.5422-2.5258

#e48cac color RGB value is (228,140,172).

#e48cac hex color red value is 228, green value is 140 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e48cac hue: 0.94 , saturation: 0.62 and the lightness value of e48cac is 0.72.

The process color (four color CMYK) of #e48cac color hex is 0.00, 0.39, 0.25, 0.11. Web safe color of #e48cac is #cc9999. Color #e48cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001100 10101100
Octal 344 214 254
Decimal 228 140 172
Hex E4 8C AC

RGB Percentages of Color #e48cac

%42.22
%25.93
%31.85

CMYK Percentages of Color #e48cac

%0
%39
%25
%11

Triadic Colors of #e48cac

#e48cac #ace48c #8cace4

Analogous Colors of #e48cac

#e48cac #e4988c #e48cd8

Monochromatic Colors of #e48cac

#e48cac

Complementary Color

#e48cac #8ce4c4

#e48cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48cac Color CSS Codes

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

#e48cac Text Font Color

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

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


#e48cac Background Color

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

This div background color is #e48cac


#e48cac Border Color

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

This div border color is #e48cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48cac


Comments

No comments written yet.

Please login to write comment.