Color Hex Logo

#e66edd Color Hex

#E66EDD
(230,110,221)
0 Favorites   0 Comments

Color spaces of #e66edd

RGB 230110221
HSL0.850.710.67
HSV305°52°90°
CMYK 0.000.520.04   0.10
XYZ51.260233.195372.1122
Yxy33.19530.32740.2120
Hunter Lab57.615457.9840-33.8774
CIE-Lab64.318760.7888-35.8524

#e66edd color RGB value is (230,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11011101
Octal 346 156 335
Decimal 230 110 221
Hex E6 6E DD

RGB Percentages of Color #e66edd

%41.00
%19.61
%39.39

CMYK Percentages of Color #e66edd

%0
%52
%4
%10

Triadic Colors of #e66edd

#e66edd #dde66e #6edde6

Analogous Colors of #e66edd

#e66edd #e66ea1 #b36ee6

Monochromatic Colors of #e66edd

#e66edd

Complementary Color

#e66edd #6ee677

#e66edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66edd Color CSS Codes

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

#e66edd Text Font Color

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

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


#e66edd Background Color

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

This div background color is #e66edd


#e66edd Border Color

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

This div border color is #e66edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66edd


Comments

No comments written yet.

Please login to write comment.