Color Hex Logo

#e79adc Color Hex

#E79ADC
(231,154,220)
0 Favorites   0 Comments

Color spaces of #e79adc

RGB 231154220
HSL0.860.620.75
HSV309°33°91°
CMYK 0.000.330.05   0.09
XYZ57.428945.267473.4208
Yxy45.26740.32610.2570
Hunter Lab67.281134.6199-17.6038
CIE-Lab73.067638.7896-21.8163

#e79adc color RGB value is (231,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011010 11011100
Octal 347 232 334
Decimal 231 154 220
Hex E7 9A DC

RGB Percentages of Color #e79adc

%38.18
%25.45
%36.36

CMYK Percentages of Color #e79adc

%0
%33
%5
%9

Triadic Colors of #e79adc

#e79adc #dce79a #9adce7

Analogous Colors of #e79adc

#e79adc #e79ab6 #cc9ae7

Monochromatic Colors of #e79adc

#e79adc

Complementary Color

#e79adc #9ae7a5

#e79adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79adc Color CSS Codes

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

#e79adc Text Font Color

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

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


#e79adc Background Color

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

This div background color is #e79adc


#e79adc Border Color

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

This div border color is #e79adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79adc


Comments

No comments written yet.

Please login to write comment.