Color Hex Logo

#e18caf Color Hex

#E18CAF
(225,140,175)
0 Favorites   0 Comments

Color spaces of #e18caf

RGB 225140175
HSL0.930.590.72
HSV335°38°88°
CMYK 0.000.380.22   0.12
XYZ48.167337.858945.3262
Yxy37.85890.36670.2882
Hunter Lab61.529632.0587-0.6057
CIE-Lab67.916536.9253-4.6508

#e18caf color RGB value is (225,140,175).

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

The process color (four color CMYK) of #e18caf color hex is 0.00, 0.38, 0.22, 0.12. Web safe color of #e18caf is #cc9999. Color #e18caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001100 10101111
Octal 341 214 257
Decimal 225 140 175
Hex E1 8C AF

RGB Percentages of Color #e18caf

%41.67
%25.93
%32.41

CMYK Percentages of Color #e18caf

%0
%38
%22
%12

Triadic Colors of #e18caf

#e18caf #afe18c #8cafe1

Analogous Colors of #e18caf

#e18caf #e1948c #e18cda

Monochromatic Colors of #e18caf

#e18caf

Complementary Color

#e18caf #8ce1be

#e18caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18caf Color CSS Codes

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

#e18caf Text Font Color

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

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


#e18caf Background Color

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

This div background color is #e18caf


#e18caf Border Color

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

This div border color is #e18caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18caf


Comments

No comments written yet.

Please login to write comment.