Color Hex Logo

#e7aacf Color Hex

#E7AACF
(231,170,207)
0 Favorites   0 Comments

Color spaces of #e7aacf

RGB 231170207
HSL0.900.560.79
HSV324°26°91°
CMYK 0.000.260.10   0.09
XYZ58.592250.243465.6413
Yxy50.24340.33580.2880
Hunter Lab70.882623.5052-5.2881
CIE-Lab76.218428.0436-9.9569

#e7aacf color RGB value is (231,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101010 11001111
Octal 347 252 317
Decimal 231 170 207
Hex E7 AA CF

RGB Percentages of Color #e7aacf

%37.99
%27.96
%34.05

CMYK Percentages of Color #e7aacf

%0
%26
%10
%9

Triadic Colors of #e7aacf

#e7aacf #cfe7aa #aacfe7

Analogous Colors of #e7aacf

#e7aacf #e7aab1 #e1aae7

Monochromatic Colors of #e7aacf

#e7aacf

Complementary Color

#e7aacf #aae7c2

#e7aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7aacf Color CSS Codes

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

#e7aacf Text Font Color

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

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


#e7aacf Background Color

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

This div background color is #e7aacf


#e7aacf Border Color

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

This div border color is #e7aacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7aacf


Comments

No comments written yet.

Please login to write comment.