Color Hex Logo

#e88cbf Color Hex

#E88CBF
(232,140,191)
0 Favorites   0 Comments

Color spaces of #e88cbf

RGB 232140191
HSL0.910.670.73
HSV327°40°91°
CMYK 0.000.400.18   0.09
XYZ52.060839.673654.2041
Yxy39.67360.35670.2719
Hunter Lab62.987037.3089-6.9317
CIE-Lab69.236441.6998-11.5497

#e88cbf color RGB value is (232,140,191).

#e88cbf hex color red value is 232, green value is 140 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e88cbf hue: 0.91 , saturation: 0.67 and the lightness value of e88cbf is 0.73.

The process color (four color CMYK) of #e88cbf color hex is 0.00, 0.40, 0.18, 0.09. Web safe color of #e88cbf is #ff99cc. Color #e88cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001100 10111111
Octal 350 214 277
Decimal 232 140 191
Hex E8 8C BF

RGB Percentages of Color #e88cbf

%41.21
%24.87
%33.93

CMYK Percentages of Color #e88cbf

%0
%40
%18
%9

Triadic Colors of #e88cbf

#e88cbf #bfe88c #8cbfe8

Analogous Colors of #e88cbf

#e88cbf #e88c91 #e38ce8

Monochromatic Colors of #e88cbf

#e88cbf

Complementary Color

#e88cbf #8ce8b5

#e88cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88cbf Color CSS Codes

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

#e88cbf Text Font Color

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

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


#e88cbf Background Color

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

This div background color is #e88cbf


#e88cbf Border Color

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

This div border color is #e88cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88cbf


Comments

No comments written yet.

Please login to write comment.