Color Hex Logo

#e46bac Color Hex

#E46BAC
(228,107,172)
0 Favorites   0 Comments

Color spaces of #e46bac

RGB 228107172
HSL0.910.690.66
HSV328°53°89°
CMYK 0.000.530.25   0.11
XYZ44.699029.987942.4621
Yxy29.98790.38160.2560
Hunter Lab54.761249.8690-7.6409
CIE-Lab61.643854.1556-12.2517

#e46bac color RGB value is (228,107,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101011 10101100
Octal 344 153 254
Decimal 228 107 172
Hex E4 6B AC

RGB Percentages of Color #e46bac

%44.97
%21.10
%33.93

CMYK Percentages of Color #e46bac

%0
%53
%25
%11

Triadic Colors of #e46bac

#e46bac #ace46b #6bace4

Analogous Colors of #e46bac

#e46bac #e46b70 #e06be4

Monochromatic Colors of #e46bac

#e46bac

Complementary Color

#e46bac #6be4a3

#e46bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46bac Color CSS Codes

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

#e46bac Text Font Color

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

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


#e46bac Background Color

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

This div background color is #e46bac


#e46bac Border Color

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

This div border color is #e46bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,107,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 #e46bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46bac


Comments

No comments written yet.

Please login to write comment.