Color Hex Logo

#e893bd Color Hex

#E893BD
(232,147,189)
0 Favorites   0 Comments

Color spaces of #e893bd

RGB 232147189
HSL0.920.650.74
HSV330°37°91°
CMYK 0.000.370.19   0.09
XYZ52.897741.697453.4045
Yxy41.69740.35740.2817
Hunter Lab64.573533.2210-3.8334
CIE-Lab70.661837.7364-8.3089

#e893bd color RGB value is (232,147,189).

#e893bd hex color red value is 232, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e893bd hue: 0.92 , saturation: 0.65 and the lightness value of e893bd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010011 10111101
Octal 350 223 275
Decimal 232 147 189
Hex E8 93 BD

RGB Percentages of Color #e893bd

%40.85
%25.88
%33.27

CMYK Percentages of Color #e893bd

%0
%37
%19
%9

Triadic Colors of #e893bd

#e893bd #bde893 #93bde8

Analogous Colors of #e893bd

#e893bd #e89493 #e893e8

Monochromatic Colors of #e893bd

#e893bd

Complementary Color

#e893bd #93e8be

#e893bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e893bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e893bd Color CSS Codes

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

#e893bd Text Font Color

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

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


#e893bd Background Color

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

This div background color is #e893bd


#e893bd Border Color

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

This div border color is #e893bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e893bd


Comments

No comments written yet.

Please login to write comment.