Color Hex Logo

#e784bd Color Hex

#E784BD
(231,132,189)
0 Favorites   0 Comments

Color spaces of #e784bd

RGB 231132189
HSL0.900.670.71
HSV325°43°91°
CMYK 0.000.430.18   0.09
XYZ50.391637.165652.6619
Yxy37.16560.35940.2651
Hunter Lab60.963640.8591-8.5417
CIE-Lab67.401145.1909-13.1963

#e784bd color RGB value is (231,132,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000100 10111101
Octal 347 204 275
Decimal 231 132 189
Hex E7 84 BD

RGB Percentages of Color #e784bd

%41.85
%23.91
%34.24

CMYK Percentages of Color #e784bd

%0
%43
%18
%9

Triadic Colors of #e784bd

#e784bd #bde784 #84bde7

Analogous Colors of #e784bd

#e784bd #e7848c #e084e7

Monochromatic Colors of #e784bd

#e784bd

Complementary Color

#e784bd #84e7ae

#e784bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e784bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e784bd Color CSS Codes

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

#e784bd Text Font Color

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

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


#e784bd Background Color

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

This div background color is #e784bd


#e784bd Border Color

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

This div border color is #e784bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e784bd


Comments

No comments written yet.

Please login to write comment.