Color Hex Logo

#e66adb Color Hex

#E66ADB
(230,106,219)
0 Favorites   0 Comments

Color spaces of #e66adb

RGB 230106219
HSL0.850.710.66
HSV305°54°90°
CMYK 0.000.540.05   0.10
XYZ50.573332.245570.5763
Yxy32.24550.32970.2102
Hunter Lab56.785159.5996-33.9399
CIE-Lab63.545362.2966-35.9394

#e66adb color RGB value is (230,106,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101010 11011011
Octal 346 152 333
Decimal 230 106 219
Hex E6 6A DB

RGB Percentages of Color #e66adb

%41.44
%19.10
%39.46

CMYK Percentages of Color #e66adb

%0
%54
%5
%10

Triadic Colors of #e66adb

#e66adb #dbe66a #6adbe6

Analogous Colors of #e66adb

#e66adb #e66a9d #b36ae6

Monochromatic Colors of #e66adb

#e66adb

Complementary Color

#e66adb #6ae675

#e66adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66adb Color CSS Codes

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

#e66adb Text Font Color

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

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


#e66adb Background Color

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

This div background color is #e66adb


#e66adb Border Color

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

This div border color is #e66adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66adb


Comments

No comments written yet.

Please login to write comment.