Color Hex Logo

#e7abda Color Hex

#E7ABDA
(231,171,218)
0 Favorites   0 Comments

Color spaces of #e7abda

RGB 231171218
HSL0.870.560.79
HSV313°26°91°
CMYK 0.000.260.06   0.09
XYZ60.172851.176773.0363
Yxy51.17670.32630.2776
Hunter Lab71.537924.9507-10.4553
CIE-Lab76.785929.3901-15.0988

#e7abda color RGB value is (231,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101011 11011010
Octal 347 253 332
Decimal 231 171 218
Hex E7 AB DA

RGB Percentages of Color #e7abda

%37.26
%27.58
%35.16

CMYK Percentages of Color #e7abda

%0
%26
%6
%9

Triadic Colors of #e7abda

#e7abda #dae7ab #abdae7

Analogous Colors of #e7abda

#e7abda #e7abbc #d6abe7

Monochromatic Colors of #e7abda

#e7abda

Complementary Color

#e7abda #abe7b8

#e7abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7abda Color CSS Codes

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

#e7abda Text Font Color

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

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


#e7abda Background Color

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

This div background color is #e7abda


#e7abda Border Color

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

This div border color is #e7abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7abda


Comments

No comments written yet.

Please login to write comment.