Color Hex Logo

#e897bd Color Hex

#E897BD
(232,151,189)
0 Favorites   0 Comments

Color spaces of #e897bd

RGB 232151189
HSL0.920.640.75
HSV332°35°91°
CMYK 0.000.350.19   0.09
XYZ53.530642.963153.6155
Yxy42.96310.35660.2862
Hunter Lab65.546231.0723-2.6156
CIE-Lab71.529935.6282-7.0195

#e897bd color RGB value is (232,151,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010111 10111101
Octal 350 227 275
Decimal 232 151 189
Hex E8 97 BD

RGB Percentages of Color #e897bd

%40.56
%26.40
%33.04

CMYK Percentages of Color #e897bd

%0
%35
%19
%9

Triadic Colors of #e897bd

#e897bd #bde897 #97bde8

Analogous Colors of #e897bd

#e897bd #e89a97 #e897e6

Monochromatic Colors of #e897bd

#e897bd

Complementary Color

#e897bd #97e8c2

#e897bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e897bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e897bd Color CSS Codes

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

#e897bd Text Font Color

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

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


#e897bd Background Color

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

This div background color is #e897bd


#e897bd Border Color

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

This div border color is #e897bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e897bd


Comments

No comments written yet.

Please login to write comment.