Color Hex Logo

#e884bd Color Hex

#E884BD
(232,132,189)
0 Favorites   0 Comments

Color spaces of #e884bd

RGB 232132189
HSL0.910.680.71
HSV326°43°91°
CMYK 0.000.430.19   0.09
XYZ50.715337.332552.6770
Yxy37.33250.36040.2653
Hunter Lab61.100341.2354-8.3460
CIE-Lab67.525745.5182-12.9964

#e884bd color RGB value is (232,132,189).

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

The process color (four color CMYK) of #e884bd color hex is 0.00, 0.43, 0.19, 0.09. Web safe color of #e884bd is #ff99cc. Color #e884bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000100 10111101
Octal 350 204 275
Decimal 232 132 189
Hex E8 84 BD

RGB Percentages of Color #e884bd

%41.95
%23.87
%34.18

CMYK Percentages of Color #e884bd

%0
%43
%19
%9

Triadic Colors of #e884bd

#e884bd #bde884 #84bde8

Analogous Colors of #e884bd

#e884bd #e8848b #e184e8

Monochromatic Colors of #e884bd

#e884bd

Complementary Color

#e884bd #84e8af

#e884bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e884bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e884bd Color CSS Codes

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

#e884bd Text Font Color

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

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


#e884bd Background Color

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

This div background color is #e884bd


#e884bd Border Color

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

This div border color is #e884bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e884bd


Comments

No comments written yet.

Please login to write comment.