Color Hex Logo

#e66ecc Color Hex

#E66ECC
(230,110,204)
0 Favorites   0 Comments

Color spaces of #e66ecc

RGB 230110204
HSL0.870.710.67
HSV313°52°90°
CMYK 0.000.520.11   0.10
XYZ49.108132.334560.7796
Yxy32.33450.34530.2274
Hunter Lab56.863454.6442-23.5689
CIE-Lab63.618458.0302-27.4025

#e66ecc color RGB value is (230,110,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11001100
Octal 346 156 314
Decimal 230 110 204
Hex E6 6E CC

RGB Percentages of Color #e66ecc

%42.28
%20.22
%37.50

CMYK Percentages of Color #e66ecc

%0
%52
%11
%10

Triadic Colors of #e66ecc

#e66ecc #cce66e #6ecce6

Analogous Colors of #e66ecc

#e66ecc #e66e90 #c46ee6

Monochromatic Colors of #e66ecc

#e66ecc

Complementary Color

#e66ecc #6ee688

#e66ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66ecc Color CSS Codes

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

#e66ecc Text Font Color

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

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


#e66ecc Background Color

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

This div background color is #e66ecc


#e66ecc Border Color

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

This div border color is #e66ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66ecc


Comments

No comments written yet.

Please login to write comment.