Color Hex Logo

#e169df Color Hex

#E169DF
(225,105,223)
0 Favorites   0 Comments

Color spaces of #e169df

RGB 225105223
HSL0.840.670.65
HSV301°53°88°
CMYK 0.000.530.01   0.12
XYZ49.422231.438473.2754
Yxy31.43840.32060.2040
Hunter Lab56.070059.2143-38.2346
CIE-Lab62.876062.0838-39.2723

#e169df color RGB value is (225,105,223).

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

The process color (four color CMYK) of #e169df color hex is 0.00, 0.53, 0.01, 0.12. Web safe color of #e169df is #cc66cc. Color #e169df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 11011111
Octal 341 151 337
Decimal 225 105 223
Hex E1 69 DF

RGB Percentages of Color #e169df

%40.69
%18.99
%40.33

CMYK Percentages of Color #e169df

%0
%53
%1
%12

Triadic Colors of #e169df

#e169df #dfe169 #69dfe1

Analogous Colors of #e169df

#e169df #e169a3 #a769e1

Monochromatic Colors of #e169df

#e169df

Complementary Color

#e169df #69e16b

#e169df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e169df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e169df Color CSS Codes

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

#e169df Text Font Color

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

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


#e169df Background Color

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

This div background color is #e169df


#e169df Border Color

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

This div border color is #e169df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e169df


Comments

No comments written yet.

Please login to write comment.