Color Hex Logo

#e46aac Color Hex

#E46AAC
(228,106,172)
0 Favorites   0 Comments

Color spaces of #e46aac

RGB 228106172
HSL0.910.690.65
HSV328°54°89°
CMYK 0.000.540.25   0.11
XYZ44.595329.780642.4275
Yxy29.78060.38180.2550
Hunter Lab54.571650.3679-7.8958
CIE-Lab61.464554.6276-12.5212

#e46aac color RGB value is (228,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101010 10101100
Octal 344 152 254
Decimal 228 106 172
Hex E4 6A AC

RGB Percentages of Color #e46aac

%45.06
%20.95
%33.99

CMYK Percentages of Color #e46aac

%0
%54
%25
%11

Triadic Colors of #e46aac

#e46aac #ace46a #6aace4

Analogous Colors of #e46aac

#e46aac #e46a6f #df6ae4

Monochromatic Colors of #e46aac

#e46aac

Complementary Color

#e46aac #6ae4a2

#e46aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46aac Color CSS Codes

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

#e46aac Text Font Color

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

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


#e46aac Background Color

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

This div background color is #e46aac


#e46aac Border Color

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

This div border color is #e46aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46aac


Comments

No comments written yet.

Please login to write comment.