Color Hex Logo

#e66dcb Color Hex

#E66DCB
(230,109,203)
0 Favorites   0 Comments

Color spaces of #e66dcb

RGB 230109203
HSL0.870.710.66
HSV313°53°90°
CMYK 0.000.530.12   0.10
XYZ48.881332.072160.1141
Yxy32.07210.34650.2274
Hunter Lab56.632254.9633-23.2927
CIE-Lab63.402458.3425-27.1716

#e66dcb color RGB value is (230,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101101 11001011
Octal 346 155 313
Decimal 230 109 203
Hex E6 6D CB

RGB Percentages of Color #e66dcb

%42.44
%20.11
%37.45

CMYK Percentages of Color #e66dcb

%0
%53
%12
%10

Triadic Colors of #e66dcb

#e66dcb #cbe66d #6dcbe6

Analogous Colors of #e66dcb

#e66dcb #e66d8f #c56de6

Monochromatic Colors of #e66dcb

#e66dcb

Complementary Color

#e66dcb #6de688

#e66dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66dcb Color CSS Codes

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

#e66dcb Text Font Color

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

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


#e66dcb Background Color

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

This div background color is #e66dcb


#e66dcb Border Color

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

This div border color is #e66dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66dcb


Comments

No comments written yet.

Please login to write comment.