Color Hex Logo

#e7abba Color Hex

#E7ABBA
(231,171,186)
0 Favorites   0 Comments

Color spaces of #e7abba

RGB 231171186
HSL0.960.560.79
HSV345°26°91°
CMYK 0.000.260.19   0.09
XYZ56.380849.659953.0681
Yxy49.65990.35440.3121
Hunter Lab70.469819.49054.6798
CIE-Lab75.860024.16600.9855

#e7abba color RGB value is (231,171,186).

#e7abba hex color red value is 231, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e7abba hue: 0.96 , saturation: 0.56 and the lightness value of e7abba is 0.79.

The process color (four color CMYK) of #e7abba color hex is 0.00, 0.26, 0.19, 0.09. Web safe color of #e7abba is #ff99cc. Color #e7abba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101011 10111010
Octal 347 253 272
Decimal 231 171 186
Hex E7 AB BA

RGB Percentages of Color #e7abba

%39.29
%29.08
%31.63

CMYK Percentages of Color #e7abba

%0
%26
%19
%9

Triadic Colors of #e7abba

#e7abba #bae7ab #abbae7

Analogous Colors of #e7abba

#e7abba #e7baab #e7abd8

Monochromatic Colors of #e7abba

#e7abba

Complementary Color

#e7abba #abe7d8

#e7abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7abba Color CSS Codes

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

#e7abba Text Font Color

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

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


#e7abba Background Color

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

This div background color is #e7abba


#e7abba Border Color

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

This div border color is #e7abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7abba


Comments

No comments written yet.

Please login to write comment.