Color Hex Logo

#e886be Color Hex

#E886BE
(232,134,190)
0 Favorites   0 Comments

Color spaces of #e886be

RGB 232134190
HSL0.900.680.72
HSV326°42°91°
CMYK 0.000.420.18   0.09
XYZ51.098137.923753.3420
Yxy37.92370.35890.2664
Hunter Lab61.582240.3422-8.2489
CIE-Lab67.964344.6455-12.8981

#e886be color RGB value is (232,134,190).

#e886be hex color red value is 232, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e886be hue: 0.90 , saturation: 0.68 and the lightness value of e886be is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000110 10111110
Octal 350 206 276
Decimal 232 134 190
Hex E8 86 BE

RGB Percentages of Color #e886be

%41.73
%24.10
%34.17

CMYK Percentages of Color #e886be

%0
%42
%18
%9

Triadic Colors of #e886be

#e886be #bee886 #86bee8

Analogous Colors of #e886be

#e886be #e8868d #e186e8

Monochromatic Colors of #e886be

#e886be

Complementary Color

#e886be #86e8b0

#e886be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e886be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e886be Color CSS Codes

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

#e886be Text Font Color

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

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


#e886be Background Color

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

This div background color is #e886be


#e886be Border Color

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

This div border color is #e886be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e886be


Comments

No comments written yet.

Please login to write comment.