Color Hex Logo

#e79fdc Color Hex

#E79FDC
(231,159,220)
0 Favorites   0 Comments

Color spaces of #e79fdc

RGB 231159220
HSL0.860.600.76
HSV309°31°91°
CMYK 0.000.310.05   0.09
XYZ58.271446.952573.7016
Yxy46.95250.32570.2624
Hunter Lab68.521931.8841-15.8065
CIE-Lab74.159436.1408-20.1573

#e79fdc color RGB value is (231,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011111 11011100
Octal 347 237 334
Decimal 231 159 220
Hex E7 9F DC

RGB Percentages of Color #e79fdc

%37.87
%26.07
%36.07

CMYK Percentages of Color #e79fdc

%0
%31
%5
%9

Triadic Colors of #e79fdc

#e79fdc #dce79f #9fdce7

Analogous Colors of #e79fdc

#e79fdc #e79fb8 #ce9fe7

Monochromatic Colors of #e79fdc

#e79fdc

Complementary Color

#e79fdc #9fe7aa

#e79fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79fdc Color CSS Codes

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

#e79fdc Text Font Color

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

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


#e79fdc Background Color

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

This div background color is #e79fdc


#e79fdc Border Color

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

This div border color is #e79fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79fdc


Comments

No comments written yet.

Please login to write comment.