Color Hex Logo

#e7abdd Color Hex

#E7ABDD
(231,171,221)
0 Favorites   0 Comments

Color spaces of #e7abdd

RGB 231171221
HSL0.860.560.79
HSV310°26°91°
CMYK 0.000.260.04   0.09
XYZ60.569151.335275.1230
Yxy51.33520.32390.2745
Hunter Lab71.648625.5124-12.0111
CIE-Lab76.881629.9181-16.5855

#e7abdd color RGB value is (231,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101011 11011101
Octal 347 253 335
Decimal 231 171 221
Hex E7 AB DD

RGB Percentages of Color #e7abdd

%37.08
%27.45
%35.47

CMYK Percentages of Color #e7abdd

%0
%26
%4
%9

Triadic Colors of #e7abdd

#e7abdd #dde7ab #abdde7

Analogous Colors of #e7abdd

#e7abdd #e7abbf #d3abe7

Monochromatic Colors of #e7abdd

#e7abdd

Complementary Color

#e7abdd #abe7b5

#e7abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7abdd Color CSS Codes

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

#e7abdd Text Font Color

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

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


#e7abdd Background Color

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

This div background color is #e7abdd


#e7abdd Border Color

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

This div border color is #e7abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7abdd


Comments

No comments written yet.

Please login to write comment.