Color Hex Logo

#e87caf Color Hex

#E87CAF
(232,124,175)
0 Favorites   0 Comments

Color spaces of #e87caf

RGB 232124175
HSL0.920.700.70
HSV332°47°91°
CMYK 0.000.470.25   0.09
XYZ48.224234.666344.7070
Yxy34.66630.37790.2717
Hunter Lab58.878143.1641-3.8051
CIE-Lab65.488047.5497-8.1546

#e87caf color RGB value is (232,124,175).

#e87caf hex color red value is 232, green value is 124 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e87caf hue: 0.92 , saturation: 0.70 and the lightness value of e87caf is 0.70.

The process color (four color CMYK) of #e87caf color hex is 0.00, 0.47, 0.25, 0.09. Web safe color of #e87caf is #ff6699. Color #e87caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111100 10101111
Octal 350 174 257
Decimal 232 124 175
Hex E8 7C AF

RGB Percentages of Color #e87caf

%43.69
%23.35
%32.96

CMYK Percentages of Color #e87caf

%0
%47
%25
%9

Triadic Colors of #e87caf

#e87caf #afe87c #7cafe8

Analogous Colors of #e87caf

#e87caf #e87f7c #e87ce5

Monochromatic Colors of #e87caf

#e87caf

Complementary Color

#e87caf #7ce8b5

#e87caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87caf Color CSS Codes

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

#e87caf Text Font Color

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

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


#e87caf Background Color

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

This div background color is #e87caf


#e87caf Border Color

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

This div border color is #e87caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87caf


Comments

No comments written yet.

Please login to write comment.