Color Hex Logo

#e66dcd Color Hex

#E66DCD
(230,109,205)
0 Favorites   0 Comments

Color spaces of #e66dcd

RGB 230109205
HSL0.870.710.66
HSV312°53°90°
CMYK 0.000.530.11   0.10
XYZ49.121232.168161.3777
Yxy32.16810.34430.2255
Hunter Lab56.716955.3400-24.4604
CIE-Lab63.481658.6556-28.1768

#e66dcd color RGB value is (230,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101101 11001101
Octal 346 155 315
Decimal 230 109 205
Hex E6 6D CD

RGB Percentages of Color #e66dcd

%42.28
%20.04
%37.68

CMYK Percentages of Color #e66dcd

%0
%53
%11
%10

Triadic Colors of #e66dcd

#e66dcd #cde66d #6dcde6

Analogous Colors of #e66dcd

#e66dcd #e66d91 #c36de6

Monochromatic Colors of #e66dcd

#e66dcd

Complementary Color

#e66dcd #6de686

#e66dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66dcd Color CSS Codes

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

#e66dcd Text Font Color

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

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


#e66dcd Background Color

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

This div background color is #e66dcd


#e66dcd Border Color

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

This div border color is #e66dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66dcd


Comments

No comments written yet.

Please login to write comment.