Color Hex Logo

#e878cb Color Hex

#E878CB
(232,120,203)
0 Favorites   0 Comments

Color spaces of #e878cb

RGB 232120203
HSL0.880.710.69
HSV316°48°91°
CMYK 0.000.480.13   0.09
XYZ50.774734.900560.5603
Yxy34.90050.34720.2387
Hunter Lab59.076650.0316-19.4254
CIE-Lab65.671153.6705-23.6650

#e878cb color RGB value is (232,120,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111000 11001011
Octal 350 170 313
Decimal 232 120 203
Hex E8 78 CB

RGB Percentages of Color #e878cb

%41.80
%21.62
%36.58

CMYK Percentages of Color #e878cb

%0
%48
%13
%9

Triadic Colors of #e878cb

#e878cb #cbe878 #78cbe8

Analogous Colors of #e878cb

#e878cb #e87893 #cd78e8

Monochromatic Colors of #e878cb

#e878cb

Complementary Color

#e878cb #78e895

#e878cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e878cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e878cb Color CSS Codes

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

#e878cb Text Font Color

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

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


#e878cb Background Color

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

This div background color is #e878cb


#e878cb Border Color

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

This div border color is #e878cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e878cb


Comments

No comments written yet.

Please login to write comment.