Color Hex Logo

#e794df Color Hex

#E794DF
(231,148,223)
0 Favorites   0 Comments

Color spaces of #e794df

RGB 231148223
HSL0.850.630.74
HSV306°36°91°
CMYK 0.000.360.03   0.09
XYZ56.864243.496475.2106
Yxy43.49640.32390.2477
Hunter Lab65.951838.4886-21.4473
CIE-Lab71.890642.4729-25.2594

#e794df color RGB value is (231,148,223).

#e794df hex color red value is 231, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e794df hue: 0.85 , saturation: 0.63 and the lightness value of e794df is 0.74.

The process color (four color CMYK) of #e794df color hex is 0.00, 0.36, 0.03, 0.09. Web safe color of #e794df is #ff99cc. Color #e794df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010100 11011111
Octal 347 224 337
Decimal 231 148 223
Hex E7 94 DF

RGB Percentages of Color #e794df

%38.37
%24.58
%37.04

CMYK Percentages of Color #e794df

%0
%36
%3
%9

Triadic Colors of #e794df

#e794df #dfe794 #94dfe7

Analogous Colors of #e794df

#e794df #e794b6 #c694e7

Monochromatic Colors of #e794df

#e794df

Complementary Color

#e794df #94e79c

#e794df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e794df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e794df Color CSS Codes

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

#e794df Text Font Color

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

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


#e794df Background Color

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

This div background color is #e794df


#e794df Border Color

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

This div border color is #e794df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e794df


Comments

No comments written yet.

Please login to write comment.