Color Hex Logo

#e66daa Color Hex

#E66DAA
(230,109,170)
0 Favorites   0 Comments

Color spaces of #e66daa

RGB 230109170
HSL0.920.710.66
HSV330°53°90°
CMYK 0.000.530.26   0.10
XYZ45.357530.662641.5581
Yxy30.66260.38580.2608
Hunter Lab55.373849.3078-5.7355
CIE-Lab62.221853.5643-10.2108

#e66daa color RGB value is (230,109,170).

#e66daa hex color red value is 230, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e66daa hue: 0.92 , saturation: 0.71 and the lightness value of e66daa is 0.66.

The process color (four color CMYK) of #e66daa color hex is 0.00, 0.53, 0.26, 0.10. Web safe color of #e66daa is #ff6699. Color #e66daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101101 10101010
Octal 346 155 252
Decimal 230 109 170
Hex E6 6D AA

RGB Percentages of Color #e66daa

%45.19
%21.41
%33.40

CMYK Percentages of Color #e66daa

%0
%53
%26
%10

Triadic Colors of #e66daa

#e66daa #aae66d #6daae6

Analogous Colors of #e66daa

#e66daa #e66d6e #e66de6

Monochromatic Colors of #e66daa

#e66daa

Complementary Color

#e66daa #6de6a9

#e66daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66daa Color CSS Codes

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

#e66daa Text Font Color

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

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


#e66daa Background Color

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

This div background color is #e66daa


#e66daa Border Color

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

This div border color is #e66daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,109,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66daa


Comments

No comments written yet.

Please login to write comment.