Color Hex Logo

#e2abba Color Hex

#E2ABBA
(226,171,186)
0 Favorites   0 Comments

Color spaces of #e2abba

RGB 226171186
HSL0.950.490.78
HSV344°24°89°
CMYK 0.000.240.18   0.11
XYZ54.789948.839752.9936
Yxy48.83970.34980.3118
Hunter Lab69.885417.64393.9606
CIE-Lab75.351522.36880.1824

#e2abba color RGB value is (226,171,186).

#e2abba hex color red value is 226, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e2abba hue: 0.95 , saturation: 0.49 and the lightness value of e2abba is 0.78.

The process color (four color CMYK) of #e2abba color hex is 0.00, 0.24, 0.18, 0.11. Web safe color of #e2abba is #cc99cc. Color #e2abba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101011 10111010
Octal 342 253 272
Decimal 226 171 186
Hex E2 AB BA

RGB Percentages of Color #e2abba

%38.77
%29.33
%31.90

CMYK Percentages of Color #e2abba

%0
%24
%18
%11

Triadic Colors of #e2abba

#e2abba #bae2ab #abbae2

Analogous Colors of #e2abba

#e2abba #e2b8ab #e2abd6

Monochromatic Colors of #e2abba

#e2abba

Complementary Color

#e2abba #abe2d3

#e2abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2abba Color CSS Codes

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

#e2abba Text Font Color

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

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


#e2abba Background Color

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

This div background color is #e2abba


#e2abba Border Color

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

This div border color is #e2abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2abba


Comments

No comments written yet.

Please login to write comment.