Color Hex Logo

#e79dce Color Hex

#E79DCE
(231,157,206)
0 Favorites   0 Comments

Color spaces of #e79dce

RGB 231157206
HSL0.890.610.76
HSV320°32°91°
CMYK 0.000.320.11   0.09
XYZ56.152545.559164.2267
Yxy45.55910.33840.2746
Hunter Lab67.497530.3771-9.1687
CIE-Lab73.258534.8116-13.8377

#e79dce color RGB value is (231,157,206).

#e79dce hex color red value is 231, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e79dce hue: 0.89 , saturation: 0.61 and the lightness value of e79dce is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011101 11001110
Octal 347 235 316
Decimal 231 157 206
Hex E7 9D CE

RGB Percentages of Color #e79dce

%38.89
%26.43
%34.68

CMYK Percentages of Color #e79dce

%0
%32
%11
%9

Triadic Colors of #e79dce

#e79dce #cee79d #9dcee7

Analogous Colors of #e79dce

#e79dce #e79da9 #db9de7

Monochromatic Colors of #e79dce

#e79dce

Complementary Color

#e79dce #9de7b6

#e79dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79dce Color CSS Codes

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

#e79dce Text Font Color

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

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


#e79dce Background Color

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

This div background color is #e79dce


#e79dce Border Color

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

This div border color is #e79dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79dce


Comments

No comments written yet.

Please login to write comment.