Color Hex Logo

#e46aaf Color Hex

#E46AAF
(228,106,175)
0 Favorites   0 Comments

Color spaces of #e46aaf

RGB 228106175
HSL0.910.690.65
HSV326°54°89°
CMYK 0.000.540.23   0.11
XYZ44.886829.897243.9624
Yxy29.89720.37800.2518
Hunter Lab54.678350.8480-9.3954
CIE-Lab61.565455.0371-14.0878

#e46aaf color RGB value is (228,106,175).

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

The process color (four color CMYK) of #e46aaf color hex is 0.00, 0.54, 0.23, 0.11. Web safe color of #e46aaf is #cc6699. Color #e46aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101010 10101111
Octal 344 152 257
Decimal 228 106 175
Hex E4 6A AF

RGB Percentages of Color #e46aaf

%44.79
%20.83
%34.38

CMYK Percentages of Color #e46aaf

%0
%54
%23
%11

Triadic Colors of #e46aaf

#e46aaf #afe46a #6aafe4

Analogous Colors of #e46aaf

#e46aaf #e46a72 #dc6ae4

Monochromatic Colors of #e46aaf

#e46aaf

Complementary Color

#e46aaf #6ae49f

#e46aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46aaf Color CSS Codes

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

#e46aaf Text Font Color

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

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


#e46aaf Background Color

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

This div background color is #e46aaf


#e46aaf Border Color

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

This div border color is #e46aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46aaf


Comments

No comments written yet.

Please login to write comment.