Color Hex Logo

#e880bd Color Hex

#E880BD
(232,128,189)
0 Favorites   0 Comments

Color spaces of #e880bd

RGB 232128189
HSL0.900.690.71
HSV325°45°91°
CMYK 0.000.450.19   0.09
XYZ50.183236.268352.4996
Yxy36.26830.36120.2610
Hunter Lab60.223243.3512-9.5299
CIE-Lab66.724447.5489-14.2015

#e880bd color RGB value is (232,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 10111101
Octal 350 200 275
Decimal 232 128 189
Hex E8 80 BD

RGB Percentages of Color #e880bd

%42.26
%23.32
%34.43

CMYK Percentages of Color #e880bd

%0
%45
%19
%9

Triadic Colors of #e880bd

#e880bd #bde880 #80bde8

Analogous Colors of #e880bd

#e880bd #e88089 #df80e8

Monochromatic Colors of #e880bd

#e880bd

Complementary Color

#e880bd #80e8ab

#e880bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e880bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e880bd Color CSS Codes

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

#e880bd Text Font Color

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

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


#e880bd Background Color

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

This div background color is #e880bd


#e880bd Border Color

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

This div border color is #e880bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,128,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 #e880bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e880bd

#e880bd Color Palettes


Comments

No comments written yet.

Please login to write comment.