Color Hex Logo

#e878b4 Color Hex

#E878B4
(232,120,180)
0 Favorites   0 Comments

Color spaces of #e878b4

RGB 232120180
HSL0.910.710.69
HSV328°48°91°
CMYK 0.000.480.22   0.09
XYZ48.233433.884047.1781
Yxy33.88400.37300.2621
Hunter Lab58.210046.0396-7.3065
CIE-Lab64.870450.2373-11.9094

#e878b4 color RGB value is (232,120,180).

#e878b4 hex color red value is 232, green value is 120 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #e878b4 hue: 0.91 , saturation: 0.71 and the lightness value of e878b4 is 0.69.

The process color (four color CMYK) of #e878b4 color hex is 0.00, 0.48, 0.22, 0.09. Web safe color of #e878b4 is #ff66cc. Color #e878b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111000 10110100
Octal 350 170 264
Decimal 232 120 180
Hex E8 78 B4

RGB Percentages of Color #e878b4

%43.61
%22.56
%33.83

CMYK Percentages of Color #e878b4

%0
%48
%22
%9

Triadic Colors of #e878b4

#e878b4 #b4e878 #78b4e8

Analogous Colors of #e878b4

#e878b4 #e8787c #e478e8

Monochromatic Colors of #e878b4

#e878b4

Complementary Color

#e878b4 #78e8ac

#e878b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e878b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e878b4 Color CSS Codes

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

#e878b4 Text Font Color

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

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


#e878b4 Background Color

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

This div background color is #e878b4


#e878b4 Border Color

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

This div border color is #e878b4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,120,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e878b4

#e878b4 Color Palettes


Comments

No comments written yet.

Please login to write comment.