Color Hex Logo

#e89dc2 Color Hex

#E89DC2
(232,157,194)
0 Favorites   0 Comments

Color spaces of #e89dc2

RGB 232157194
HSL0.920.620.76
HSV330°32°91°
CMYK 0.000.320.16   0.09
XYZ55.073345.164856.8539
Yxy45.16480.35060.2875
Hunter Lab67.204828.6698-3.1148
CIE-Lab73.000333.2196-7.6022

#e89dc2 color RGB value is (232,157,194).

#e89dc2 hex color red value is 232, green value is 157 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #e89dc2 hue: 0.92 , saturation: 0.62 and the lightness value of e89dc2 is 0.76.

The process color (four color CMYK) of #e89dc2 color hex is 0.00, 0.32, 0.16, 0.09. Web safe color of #e89dc2 is #ff99cc. Color #e89dc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011101 11000010
Octal 350 235 302
Decimal 232 157 194
Hex E8 9D C2

RGB Percentages of Color #e89dc2

%39.79
%26.93
%33.28

CMYK Percentages of Color #e89dc2

%0
%32
%16
%9

Triadic Colors of #e89dc2

#e89dc2 #c2e89d #9dc2e8

Analogous Colors of #e89dc2

#e89dc2 #e89e9d #e89de8

Monochromatic Colors of #e89dc2

#e89dc2

Complementary Color

#e89dc2 #9de8c3

#e89dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89dc2 Color CSS Codes

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

#e89dc2 Text Font Color

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

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


#e89dc2 Background Color

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

This div background color is #e89dc2


#e89dc2 Border Color

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

This div border color is #e89dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89dc2


Comments

No comments written yet.

Please login to write comment.