Color Hex Logo

#e46ddb Color Hex

#E46DDB
(228,109,219)
0 Favorites   0 Comments

Color spaces of #e46ddb

RGB 228109219
HSL0.850.690.66
HSV305°52°89°
CMYK 0.000.520.04   0.11
XYZ50.249732.545770.6513
Yxy32.54570.32750.2121
Hunter Lab57.048857.3907-33.4926
CIE-Lab63.791460.3698-35.5764

#e46ddb color RGB value is (228,109,219).

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

The process color (four color CMYK) of #e46ddb color hex is 0.00, 0.52, 0.04, 0.11. Web safe color of #e46ddb is #cc66cc. Color #e46ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101101 11011011
Octal 344 155 333
Decimal 228 109 219
Hex E4 6D DB

RGB Percentages of Color #e46ddb

%41.01
%19.60
%39.39

CMYK Percentages of Color #e46ddb

%0
%52
%4
%11

Triadic Colors of #e46ddb

#e46ddb #dbe46d #6ddbe4

Analogous Colors of #e46ddb

#e46ddb #e46da0 #b26de4

Monochromatic Colors of #e46ddb

#e46ddb

Complementary Color

#e46ddb #6de476

#e46ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46ddb Color CSS Codes

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

#e46ddb Text Font Color

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

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


#e46ddb Background Color

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

This div background color is #e46ddb


#e46ddb Border Color

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

This div border color is #e46ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46ddb


Comments

No comments written yet.

Please login to write comment.