Color Hex Logo

#e169dd Color Hex

#E169DD
(225,105,221)
0 Favorites   0 Comments

Color spaces of #e169dd

RGB 225105221
HSL0.840.670.65
HSV302°53°88°
CMYK 0.000.530.02   0.12
XYZ49.154131.331271.8634
Yxy31.33120.32260.2057
Hunter Lab55.974358.7957-36.9383
CIE-Lab62.786261.7423-38.2939

#e169dd color RGB value is (225,105,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 11011101
Octal 341 151 335
Decimal 225 105 221
Hex E1 69 DD

RGB Percentages of Color #e169dd

%40.83
%19.06
%40.11

CMYK Percentages of Color #e169dd

%0
%53
%2
%12

Triadic Colors of #e169dd

#e169dd #dde169 #69dde1

Analogous Colors of #e169dd

#e169dd #e169a1 #a969e1

Monochromatic Colors of #e169dd

#e169dd

Complementary Color

#e169dd #69e16d

#e169dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e169dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e169dd Color CSS Codes

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

#e169dd Text Font Color

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

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


#e169dd Background Color

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

This div background color is #e169dd


#e169dd Border Color

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

This div border color is #e169dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,105,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e169dd


Comments

No comments written yet.

Please login to write comment.