Color Hex Logo

#e66ecd Color Hex

#E66ECD
(230,110,205)
0 Favorites   0 Comments

Color spaces of #e66ecd

RGB 230110205
HSL0.870.710.67
HSV313°52°90°
CMYK 0.000.520.11   0.10
XYZ49.228532.382661.4135
Yxy32.38260.34420.2264
Hunter Lab56.905754.8334-24.1527
CIE-Lab63.657858.1878-27.9050

#e66ecd color RGB value is (230,110,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11001101
Octal 346 156 315
Decimal 230 110 205
Hex E6 6E CD

RGB Percentages of Color #e66ecd

%42.20
%20.18
%37.61

CMYK Percentages of Color #e66ecd

%0
%52
%11
%10

Triadic Colors of #e66ecd

#e66ecd #cde66e #6ecde6

Analogous Colors of #e66ecd

#e66ecd #e66e91 #c36ee6

Monochromatic Colors of #e66ecd

#e66ecd

Complementary Color

#e66ecd #6ee687

#e66ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66ecd Color CSS Codes

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

#e66ecd Text Font Color

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

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


#e66ecd Background Color

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

This div background color is #e66ecd


#e66ecd Border Color

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

This div border color is #e66ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66ecd


Comments

No comments written yet.

Please login to write comment.