Color Hex Logo

#e48caf Color Hex

#E48CAF
(228,140,175)
0 Favorites   0 Comments

Color spaces of #e48caf

RGB 228140175
HSL0.930.620.72
HSV336°39°89°
CMYK 0.000.390.23   0.11
XYZ49.110938.345345.3704
Yxy38.34530.36970.2887
Hunter Lab61.923633.2001-0.0943
CIE-Lab68.274337.9691-4.0823

#e48caf color RGB value is (228,140,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001100 10101111
Octal 344 214 257
Decimal 228 140 175
Hex E4 8C AF

RGB Percentages of Color #e48caf

%41.99
%25.78
%32.23

CMYK Percentages of Color #e48caf

%0
%39
%23
%11

Triadic Colors of #e48caf

#e48caf #afe48c #8cafe4

Analogous Colors of #e48caf

#e48caf #e4958c #e48cdb

Monochromatic Colors of #e48caf

#e48caf

Complementary Color

#e48caf #8ce4c1

#e48caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48caf Color CSS Codes

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

#e48caf Text Font Color

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

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


#e48caf Background Color

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

This div background color is #e48caf


#e48caf Border Color

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

This div border color is #e48caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,140,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48caf

#e48caf Color Palettes


Comments

No comments written yet.

Please login to write comment.