Color Hex Logo

#e869df Color Hex

#E869DF
(232,105,223)
0 Favorites   0 Comments

Color spaces of #e869df

RGB 232105223
HSL0.850.730.66
HSV304°55°91°
CMYK 0.000.550.04   0.09
XYZ51.649632.586773.3797
Yxy32.58670.32770.2067
Hunter Lab57.084861.6063-36.2551
CIE-Lab63.824963.9456-37.7194

#e869df color RGB value is (232,105,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101001 11011111
Octal 350 151 337
Decimal 232 105 223
Hex E8 69 DF

RGB Percentages of Color #e869df

%41.43
%18.75
%39.82

CMYK Percentages of Color #e869df

%0
%55
%4
%9

Triadic Colors of #e869df

#e869df #dfe869 #69dfe8

Analogous Colors of #e869df

#e869df #e869a0 #b269e8

Monochromatic Colors of #e869df

#e869df

Complementary Color

#e869df #69e872

#e869df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e869df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e869df Color CSS Codes

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

#e869df Text Font Color

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

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


#e869df Background Color

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

This div background color is #e869df


#e869df Border Color

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

This div border color is #e869df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e869df


Comments

No comments written yet.

Please login to write comment.