Color Hex Logo

#e66edb Color Hex

#E66EDB
(230,110,219)
0 Favorites   0 Comments

Color spaces of #e66edb

RGB 230110219
HSL0.850.710.67
HSV306°52°90°
CMYK 0.000.520.05   0.10
XYZ50.995233.089370.7170
Yxy33.08930.32940.2138
Hunter Lab57.523357.5769-32.6226
CIE-Lab64.233260.4551-34.8683

#e66edb color RGB value is (230,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11011011
Octal 346 156 333
Decimal 230 110 219
Hex E6 6E DB

RGB Percentages of Color #e66edb

%41.14
%19.68
%39.18

CMYK Percentages of Color #e66edb

%0
%52
%5
%10

Triadic Colors of #e66edb

#e66edb #dbe66e #6edbe6

Analogous Colors of #e66edb

#e66edb #e66e9f #b56ee6

Monochromatic Colors of #e66edb

#e66edb

Complementary Color

#e66edb #6ee679

#e66edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66edb Color CSS Codes

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

#e66edb Text Font Color

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

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


#e66edb Background Color

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

This div background color is #e66edb


#e66edb Border Color

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

This div border color is #e66edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66edb


Comments

No comments written yet.

Please login to write comment.