Color Hex Logo

#e5abbd Color Hex

#E5ABBD
(229,171,189)
0 Favorites   0 Comments

Color spaces of #e5abbd

RGB 229171189
HSL0.950.530.78
HSV341°25°90°
CMYK 0.000.250.17   0.10
XYZ56.061349.458054.7357
Yxy49.45800.34980.3086
Hunter Lab70.326419.22173.0825
CIE-Lab75.735423.9083-0.8611

#e5abbd color RGB value is (229,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101011 10111101
Octal 345 253 275
Decimal 229 171 189
Hex E5 AB BD

RGB Percentages of Color #e5abbd

%38.88
%29.03
%32.09

CMYK Percentages of Color #e5abbd

%0
%25
%17
%10

Triadic Colors of #e5abbd

#e5abbd #bde5ab #abbde5

Analogous Colors of #e5abbd

#e5abbd #e5b6ab #e5abda

Monochromatic Colors of #e5abbd

#e5abbd

Complementary Color

#e5abbd #abe5d3

#e5abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5abbd Color CSS Codes

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

#e5abbd Text Font Color

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

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


#e5abbd Background Color

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

This div background color is #e5abbd


#e5abbd Border Color

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

This div border color is #e5abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5abbd


Comments

No comments written yet.

Please login to write comment.