Color Hex Logo

#e79dcd Color Hex

#E79DCD
(231,157,205)
0 Favorites   0 Comments

Color spaces of #e79dcd

RGB 231157205
HSL0.890.610.76
HSV321°32°91°
CMYK 0.000.320.11   0.09
XYZ56.031445.510663.5889
Yxy45.51060.33930.2756
Hunter Lab67.461530.1987-8.6634
CIE-Lab73.226834.6464-13.3353

#e79dcd color RGB value is (231,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011101 11001101
Octal 347 235 315
Decimal 231 157 205
Hex E7 9D CD

RGB Percentages of Color #e79dcd

%38.95
%26.48
%34.57

CMYK Percentages of Color #e79dcd

%0
%32
%11
%9

Triadic Colors of #e79dcd

#e79dcd #cde79d #9dcde7

Analogous Colors of #e79dcd

#e79dcd #e79da8 #dc9de7

Monochromatic Colors of #e79dcd

#e79dcd

Complementary Color

#e79dcd #9de7b7

#e79dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79dcd Color CSS Codes

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

#e79dcd Text Font Color

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

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


#e79dcd Background Color

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

This div background color is #e79dcd


#e79dcd Border Color

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

This div border color is #e79dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79dcd


Comments

No comments written yet.

Please login to write comment.