Color Hex Logo

#e46ddd Color Hex

#E46DDD
(228,109,221)
0 Favorites   0 Comments

Color spaces of #e46ddd

RGB 228109221
HSL0.840.690.66
HSV304°52°89°
CMYK 0.000.520.03   0.11
XYZ50.514732.651772.0466
Yxy32.65170.32550.2104
Hunter Lab57.141757.8007-34.7561
CIE-Lab63.877960.7063-36.5596

#e46ddd color RGB value is (228,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101101 11011101
Octal 344 155 335
Decimal 228 109 221
Hex E4 6D DD

RGB Percentages of Color #e46ddd

%40.86
%19.53
%39.61

CMYK Percentages of Color #e46ddd

%0
%52
%3
%11

Triadic Colors of #e46ddd

#e46ddd #dde46d #6ddde4

Analogous Colors of #e46ddd

#e46ddd #e46da2 #b06de4

Monochromatic Colors of #e46ddd

#e46ddd

Complementary Color

#e46ddd #6de474

#e46ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46ddd Color CSS Codes

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

#e46ddd Text Font Color

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

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


#e46ddd Background Color

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

This div background color is #e46ddd


#e46ddd Border Color

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

This div border color is #e46ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,109,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46ddd


Comments

No comments written yet.

Please login to write comment.