Color Hex Logo

#e84caf Color Hex

#E84CAF
(232,76,175)
0 Favorites   0 Comments

Color spaces of #e84caf

RGB 23276175
HSL0.890.770.60
HSV322°67°91°
CMYK 0.000.670.25   0.09
XYZ43.601025.419843.1659
Yxy25.41980.38860.2266
Hunter Lab50.418166.1333-15.4691
CIE-Lab57.482268.8833-20.2297

#e84caf color RGB value is (232,76,175).

#e84caf hex color red value is 232, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e84caf hue: 0.89 , saturation: 0.77 and the lightness value of e84caf is 0.60.

The process color (four color CMYK) of #e84caf color hex is 0.00, 0.67, 0.25, 0.09. Web safe color of #e84caf is #ff3399. Color #e84caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001100 10101111
Octal 350 114 257
Decimal 232 76 175
Hex E8 4C AF

RGB Percentages of Color #e84caf

%48.03
%15.73
%36.23

CMYK Percentages of Color #e84caf

%0
%67
%25
%9

Triadic Colors of #e84caf

#e84caf #afe84c #4cafe8

Analogous Colors of #e84caf

#e84caf #e84c61 #d34ce8

Monochromatic Colors of #e84caf

#e84caf

Complementary Color

#e84caf #4ce885

#e84caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84caf Color CSS Codes

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

#e84caf Text Font Color

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

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


#e84caf Background Color

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

This div background color is #e84caf


#e84caf Border Color

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

This div border color is #e84caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84caf


Comments

No comments written yet.

Please login to write comment.