Color Hex Logo

#e66cdb Color Hex

#E66CDB
(230,108,219)
0 Favorites   0 Comments

Color spaces of #e66cdb

RGB 230108219
HSL0.850.710.66
HSV305°53°90°
CMYK 0.000.530.05   0.10
XYZ50.781932.662670.6458
Yxy32.66260.32960.2120
Hunter Lab57.151258.5922-33.2838
CIE-Lab63.886861.3808-35.4074

#e66cdb color RGB value is (230,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101100 11011011
Octal 346 154 333
Decimal 230 108 219
Hex E6 6C DB

RGB Percentages of Color #e66cdb

%41.29
%19.39
%39.32

CMYK Percentages of Color #e66cdb

%0
%53
%5
%10

Triadic Colors of #e66cdb

#e66cdb #dbe66c #6cdbe6

Analogous Colors of #e66cdb

#e66cdb #e66c9e #b46ce6

Monochromatic Colors of #e66cdb

#e66cdb

Complementary Color

#e66cdb #6ce677

#e66cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66cdb Color CSS Codes

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

#e66cdb Text Font Color

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

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


#e66cdb Background Color

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

This div background color is #e66cdb


#e66cdb Border Color

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

This div border color is #e66cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66cdb


Comments

No comments written yet.

Please login to write comment.