Color Hex Logo

#e46dab Color Hex

#E46DAB
(228,109,171)
0 Favorites   0 Comments

Color spaces of #e46dab

RGB 228109171
HSL0.910.690.66
HSV329°52°89°
CMYK 0.000.520.25   0.11
XYZ44.814230.371542.0284
Yxy30.37150.38230.2591
Hunter Lab55.110348.7081-6.6387
CIE-Lab61.973453.0683-11.1841

#e46dab color RGB value is (228,109,171).

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

The process color (four color CMYK) of #e46dab color hex is 0.00, 0.52, 0.25, 0.11. Web safe color of #e46dab is #cc6699. Color #e46dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101101 10101011
Octal 344 155 253
Decimal 228 109 171
Hex E4 6D AB

RGB Percentages of Color #e46dab

%44.88
%21.46
%33.66

CMYK Percentages of Color #e46dab

%0
%52
%25
%11

Triadic Colors of #e46dab

#e46dab #abe46d #6dabe4

Analogous Colors of #e46dab

#e46dab #e46d70 #e26de4

Monochromatic Colors of #e46dab

#e46dab

Complementary Color

#e46dab #6de4a6

#e46dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46dab Color CSS Codes

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

#e46dab Text Font Color

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

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


#e46dab Background Color

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

This div background color is #e46dab


#e46dab Border Color

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

This div border color is #e46dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46dab


Comments

No comments written yet.

Please login to write comment.