Color Hex Logo

#e781df Color Hex

#E781DF
(231,129,223)
0 Favorites   0 Comments

Color spaces of #e781df

RGB 231129223
HSL0.850.680.71
HSV305°44°91°
CMYK 0.000.440.03   0.09
XYZ54.124538.017274.2974
Yxy38.01720.32520.2284
Hunter Lab61.658148.7886-28.2832
CIE-Lab68.033352.2213-31.1914

#e781df color RGB value is (231,129,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000001 11011111
Octal 347 201 337
Decimal 231 129 223
Hex E7 81 DF

RGB Percentages of Color #e781df

%39.62
%22.13
%38.25

CMYK Percentages of Color #e781df

%0
%44
%3
%9

Triadic Colors of #e781df

#e781df #dfe781 #81dfe7

Analogous Colors of #e781df

#e781df #e781ac #bc81e7

Monochromatic Colors of #e781df

#e781df

Complementary Color

#e781df #81e789

#e781df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e781df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e781df Color CSS Codes

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

#e781df Text Font Color

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

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


#e781df Background Color

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

This div background color is #e781df


#e781df Border Color

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

This div border color is #e781df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e781df


Comments

No comments written yet.

Please login to write comment.