Color Hex Logo

#e5abbe Color Hex

#E5ABBE
(229,171,190)
0 Favorites   0 Comments

Color spaces of #e5abbe

RGB 229171190
HSL0.950.530.78
HSV340°25°90°
CMYK 0.000.250.17   0.10
XYZ56.170349.501555.3095
Yxy49.50150.34890.3075
Hunter Lab70.357319.38162.6409
CIE-Lab75.762324.0640-1.3685

#e5abbe color RGB value is (229,171,190).

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

The process color (four color CMYK) of #e5abbe color hex is 0.00, 0.25, 0.17, 0.10. Web safe color of #e5abbe is #cc99cc. Color #e5abbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101011 10111110
Octal 345 253 276
Decimal 229 171 190
Hex E5 AB BE

RGB Percentages of Color #e5abbe

%38.81
%28.98
%32.20

CMYK Percentages of Color #e5abbe

%0
%25
%17
%10

Triadic Colors of #e5abbe

#e5abbe #bee5ab #abbee5

Analogous Colors of #e5abbe

#e5abbe #e5b5ab #e5abdb

Monochromatic Colors of #e5abbe

#e5abbe

Complementary Color

#e5abbe #abe5d2

#e5abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5abbe Color CSS Codes

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

#e5abbe Text Font Color

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

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


#e5abbe Background Color

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

This div background color is #e5abbe


#e5abbe Border Color

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

This div border color is #e5abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5abbe

#e5abbe Color Palettes


Comments

No comments written yet.

Please login to write comment.