Color Hex Logo

#e66ddd Color Hex

#E66DDD
(230,109,221)
0 Favorites   0 Comments

Color spaces of #e66ddd

RGB 230109221
HSL0.850.710.66
HSV304°53°90°
CMYK 0.000.530.04   0.10
XYZ51.152932.980772.0765
Yxy32.98070.32750.2111
Hunter Lab57.428858.4928-34.2122
CIE-Lab64.145361.2522-36.1227

#e66ddd color RGB value is (230,109,221).

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

The process color (four color CMYK) of #e66ddd color hex is 0.00, 0.53, 0.04, 0.10. Web safe color of #e66ddd is #ff66cc. Color #e66ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101101 11011101
Octal 346 155 335
Decimal 230 109 221
Hex E6 6D DD

RGB Percentages of Color #e66ddd

%41.07
%19.46
%39.46

CMYK Percentages of Color #e66ddd

%0
%53
%4
%10

Triadic Colors of #e66ddd

#e66ddd #dde66d #6ddde6

Analogous Colors of #e66ddd

#e66ddd #e66da1 #b36de6

Monochromatic Colors of #e66ddd

#e66ddd

Complementary Color

#e66ddd #6de676

#e66ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66ddd Color CSS Codes

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

#e66ddd Text Font Color

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

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


#e66ddd Background Color

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

This div background color is #e66ddd


#e66ddd Border Color

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

This div border color is #e66ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66ddd


Comments

No comments written yet.

Please login to write comment.