Color Hex Logo

#e5abb1 Color Hex

#E5ABB1
(229,171,177)
0 Favorites   0 Comments

Color spaces of #e5abb1

RGB 229171177
HSL0.980.530.78
HSV354°25°90°
CMYK 0.000.250.23   0.10
XYZ54.811848.958248.1559
Yxy48.95820.36080.3223
Hunter Lab69.970117.38208.1736
CIE-Lab75.425322.10605.2504

#e5abb1 color RGB value is (229,171,177).

#e5abb1 hex color red value is 229, green value is 171 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #e5abb1 hue: 0.98 , saturation: 0.53 and the lightness value of e5abb1 is 0.78.

The process color (four color CMYK) of #e5abb1 color hex is 0.00, 0.25, 0.23, 0.10. Web safe color of #e5abb1 is #cc9999. Color #e5abb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101011 10110001
Octal 345 253 261
Decimal 229 171 177
Hex E5 AB B1

RGB Percentages of Color #e5abb1

%39.69
%29.64
%30.68

CMYK Percentages of Color #e5abb1

%0
%25
%23
%10

Triadic Colors of #e5abb1

#e5abb1 #b1e5ab #abb1e5

Analogous Colors of #e5abb1

#e5abb1 #e5c2ab #e5abce

Monochromatic Colors of #e5abb1

#e5abb1

Complementary Color

#e5abb1 #abe5df

#e5abb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5abb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5abb1 Color CSS Codes

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

#e5abb1 Text Font Color

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

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


#e5abb1 Background Color

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

This div background color is #e5abb1


#e5abb1 Border Color

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

This div border color is #e5abb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5abb1


Comments

No comments written yet.

Please login to write comment.