Color Hex Logo

#e878bc Color Hex

#E878BC
(232,120,188)
0 Favorites   0 Comments

Color spaces of #e878bc

RGB 232120188
HSL0.900.710.69
HSV324°48°91°
CMYK 0.000.480.19   0.09
XYZ49.072334.219651.5956
Yxy34.21960.36380.2537
Hunter Lab58.497547.3691-11.3463
CIE-Lab65.136551.3891-16.0339

#e878bc color RGB value is (232,120,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111000 10111100
Octal 350 170 274
Decimal 232 120 188
Hex E8 78 BC

RGB Percentages of Color #e878bc

%42.96
%22.22
%34.81

CMYK Percentages of Color #e878bc

%0
%48
%19
%9

Triadic Colors of #e878bc

#e878bc #bce878 #78bce8

Analogous Colors of #e878bc

#e878bc #e87884 #dc78e8

Monochromatic Colors of #e878bc

#e878bc

Complementary Color

#e878bc #78e8a4

#e878bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e878bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e878bc Color CSS Codes

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

#e878bc Text Font Color

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

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


#e878bc Background Color

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

This div background color is #e878bc


#e878bc Border Color

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

This div border color is #e878bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e878bc


Comments

No comments written yet.

Please login to write comment.