Color Hex Logo

#e46dbd Color Hex

#E46DBD
(228,109,189)
0 Favorites   0 Comments

Color spaces of #e46dbd

RGB 228109189
HSL0.890.690.66
HSV320°52°89°
CMYK 0.000.520.17   0.11
XYZ46.648931.105451.6894
Yxy31.10540.36040.2403
Hunter Lab55.772251.6993-15.9091
CIE-Lab62.596555.6226-20.5077

#e46dbd color RGB value is (228,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101101 10111101
Octal 344 155 275
Decimal 228 109 189
Hex E4 6D BD

RGB Percentages of Color #e46dbd

%43.35
%20.72
%35.93

CMYK Percentages of Color #e46dbd

%0
%52
%17
%11

Triadic Colors of #e46dbd

#e46dbd #bde46d #6dbde4

Analogous Colors of #e46dbd

#e46dbd #e46d82 #d06de4

Monochromatic Colors of #e46dbd

#e46dbd

Complementary Color

#e46dbd #6de494

#e46dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46dbd Color CSS Codes

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

#e46dbd Text Font Color

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

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


#e46dbd Background Color

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

This div background color is #e46dbd


#e46dbd Border Color

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

This div border color is #e46dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46dbd


Comments

No comments written yet.

Please login to write comment.