Color Hex Logo

#e79edc Color Hex

#E79EDC
(231,158,220)
0 Favorites   0 Comments

Color spaces of #e79edc

RGB 231158220
HSL0.860.600.76
HSV309°32°91°
CMYK 0.000.320.05   0.09
XYZ58.100146.610073.6446
Yxy46.61000.32580.2613
Hunter Lab68.271532.4311-16.1662
CIE-Lab73.939636.6714-20.4909

#e79edc color RGB value is (231,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011110 11011100
Octal 347 236 334
Decimal 231 158 220
Hex E7 9E DC

RGB Percentages of Color #e79edc

%37.93
%25.94
%36.12

CMYK Percentages of Color #e79edc

%0
%32
%5
%9

Triadic Colors of #e79edc

#e79edc #dce79e #9edce7

Analogous Colors of #e79edc

#e79edc #e79eb8 #ce9ee7

Monochromatic Colors of #e79edc

#e79edc

Complementary Color

#e79edc #9ee7a9

#e79edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79edc Color CSS Codes

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

#e79edc Text Font Color

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

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


#e79edc Background Color

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

This div background color is #e79edc


#e79edc Border Color

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

This div border color is #e79edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,158,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 #e79edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79edc


Comments

No comments written yet.

Please login to write comment.