Color Hex Logo

#e66ecb Color Hex

#E66ECB
(230,110,203)
0 Favorites   0 Comments

Color spaces of #e66ecb

RGB 230110203
HSL0.870.710.67
HSV314°52°90°
CMYK 0.000.520.12   0.10
XYZ48.988532.286760.1499
Yxy32.28670.34640.2283
Hunter Lab56.821454.4562-22.9882
CIE-Lab63.579157.8734-26.8995

#e66ecb color RGB value is (230,110,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11001011
Octal 346 156 313
Decimal 230 110 203
Hex E6 6E CB

RGB Percentages of Color #e66ecb

%42.36
%20.26
%37.38

CMYK Percentages of Color #e66ecb

%0
%52
%12
%10

Triadic Colors of #e66ecb

#e66ecb #cbe66e #6ecbe6

Analogous Colors of #e66ecb

#e66ecb #e66e8f #c56ee6

Monochromatic Colors of #e66ecb

#e66ecb

Complementary Color

#e66ecb #6ee689

#e66ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66ecb Color CSS Codes

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

#e66ecb Text Font Color

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

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


#e66ecb Background Color

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

This div background color is #e66ecb


#e66ecb Border Color

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

This div border color is #e66ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66ecb


Comments

No comments written yet.

Please login to write comment.