Color Hex Logo

#e89bd7 Color Hex

#E89BD7
(232,155,215)
0 Favorites   0 Comments

Color spaces of #e89bd7

RGB 232155215
HSL0.870.630.76
HSV313°33°91°
CMYK 0.000.330.07   0.09
XYZ57.265845.504870.0550
Yxy45.50480.33140.2633
Hunter Lab67.457233.4820-14.3532
CIE-Lab73.223037.7191-18.8263

#e89bd7 color RGB value is (232,155,215).

#e89bd7 hex color red value is 232, green value is 155 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #e89bd7 hue: 0.87 , saturation: 0.63 and the lightness value of e89bd7 is 0.76.

The process color (four color CMYK) of #e89bd7 color hex is 0.00, 0.33, 0.07, 0.09. Web safe color of #e89bd7 is #ff99cc. Color #e89bd7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011011 11010111
Octal 350 233 327
Decimal 232 155 215
Hex E8 9B D7

RGB Percentages of Color #e89bd7

%38.54
%25.75
%35.71

CMYK Percentages of Color #e89bd7

%0
%33
%7
%9

Triadic Colors of #e89bd7

#e89bd7 #d7e89b #9bd7e8

Analogous Colors of #e89bd7

#e89bd7 #e89bb1 #d39be8

Monochromatic Colors of #e89bd7

#e89bd7

Complementary Color

#e89bd7 #9be8ac

#e89bd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89bd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89bd7 Color CSS Codes

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

#e89bd7 Text Font Color

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

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


#e89bd7 Background Color

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

This div background color is #e89bd7


#e89bd7 Border Color

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

This div border color is #e89bd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89bd7


Comments

No comments written yet.

Please login to write comment.