Color Hex Logo

#e89ddc Color Hex

#E89DDC
(232,157,220)
0 Favorites   0 Comments

Color spaces of #e89ddc

RGB 232157220
HSL0.860.620.76
HSV310°32°91°
CMYK 0.000.320.05   0.09
XYZ58.253946.437173.6031
Yxy46.43710.32670.2605
Hunter Lab68.144833.3383-16.3377
CIE-Lab73.828337.5254-20.6499

#e89ddc color RGB value is (232,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011101 11011100
Octal 350 235 334
Decimal 232 157 220
Hex E8 9D DC

RGB Percentages of Color #e89ddc

%38.10
%25.78
%36.12

CMYK Percentages of Color #e89ddc

%0
%32
%5
%9

Triadic Colors of #e89ddc

#e89ddc #dce89d #9ddce8

Analogous Colors of #e89ddc

#e89ddc #e89db7 #cf9de8

Monochromatic Colors of #e89ddc

#e89ddc

Complementary Color

#e89ddc #9de8a9

#e89ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89ddc Color CSS Codes

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

#e89ddc Text Font Color

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

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


#e89ddc Background Color

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

This div background color is #e89ddc


#e89ddc Border Color

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

This div border color is #e89ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89ddc


Comments

No comments written yet.

Please login to write comment.