Color Hex Logo

#e69add Color Hex

#E69ADD
(230,154,221)
0 Favorites   0 Comments

Color spaces of #e69add

RGB 230154221
HSL0.850.600.75
HSV307°33°90°
CMYK 0.000.330.04   0.10
XYZ57.239945.154774.1055
Yxy45.15470.32430.2558
Hunter Lab67.197234.4545-18.3473
CIE-Lab72.993638.6442-22.4874

#e69add color RGB value is (230,154,221).

#e69add hex color red value is 230, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e69add hue: 0.85 , saturation: 0.60 and the lightness value of e69add is 0.75.

The process color (four color CMYK) of #e69add color hex is 0.00, 0.33, 0.04, 0.10. Web safe color of #e69add is #ff99cc. Color #e69add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011010 11011101
Octal 346 232 335
Decimal 230 154 221
Hex E6 9A DD

RGB Percentages of Color #e69add

%38.02
%25.45
%36.53

CMYK Percentages of Color #e69add

%0
%33
%4
%10

Triadic Colors of #e69add

#e69add #dde69a #9adde6

Analogous Colors of #e69add

#e69add #e69ab7 #c99ae6

Monochromatic Colors of #e69add

#e69add

Complementary Color

#e69add #9ae6a3

#e69add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69add Color CSS Codes

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

#e69add Text Font Color

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

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


#e69add Background Color

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

This div background color is #e69add


#e69add Border Color

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

This div border color is #e69add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69add


Comments

No comments written yet.

Please login to write comment.