Color Hex Logo

#e769df Color Hex

#E769DF
(231,105,223)
0 Favorites   0 Comments

Color spaces of #e769df

RGB 231105223
HSL0.840.720.66
HSV304°55°91°
CMYK 0.000.550.03   0.09
XYZ51.325932.419873.3645
Yxy32.41980.32670.2064
Hunter Lab56.938461.2629-36.5377
CIE-Lab63.688363.6798-37.9427

#e769df color RGB value is (231,105,223).

#e769df hex color red value is 231, green value is 105 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e769df hue: 0.84 , saturation: 0.72 and the lightness value of e769df is 0.66.

The process color (four color CMYK) of #e769df color hex is 0.00, 0.55, 0.03, 0.09. Web safe color of #e769df is #ff66cc. Color #e769df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101001 11011111
Octal 347 151 337
Decimal 231 105 223
Hex E7 69 DF

RGB Percentages of Color #e769df

%41.32
%18.78
%39.89

CMYK Percentages of Color #e769df

%0
%55
%3
%9

Triadic Colors of #e769df

#e769df #dfe769 #69dfe7

Analogous Colors of #e769df

#e769df #e769a0 #b069e7

Monochromatic Colors of #e769df

#e769df

Complementary Color

#e769df #69e771

#e769df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e769df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e769df Color CSS Codes

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

#e769df Text Font Color

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

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


#e769df Background Color

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

This div background color is #e769df


#e769df Border Color

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

This div border color is #e769df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e769df


Comments

No comments written yet.

Please login to write comment.