Color Hex Logo

#e6aacf Color Hex

#E6AACF
(230,170,207)
0 Favorites   0 Comments

Color spaces of #e6aacf

RGB 230170207
HSL0.900.550.78
HSV323°26°90°
CMYK 0.000.260.10   0.10
XYZ58.270350.077465.6262
Yxy50.07740.33490.2878
Hunter Lab70.765423.1427-5.4484
CIE-Lab76.116727.7012-10.1193

#e6aacf color RGB value is (230,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 11001111
Octal 346 252 317
Decimal 230 170 207
Hex E6 AA CF

RGB Percentages of Color #e6aacf

%37.89
%28.01
%34.10

CMYK Percentages of Color #e6aacf

%0
%26
%10
%10

Triadic Colors of #e6aacf

#e6aacf #cfe6aa #aacfe6

Analogous Colors of #e6aacf

#e6aacf #e6aab1 #dfaae6

Monochromatic Colors of #e6aacf

#e6aacf

Complementary Color

#e6aacf #aae6c1

#e6aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aacf Color CSS Codes

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

#e6aacf Text Font Color

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

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


#e6aacf Background Color

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

This div background color is #e6aacf


#e6aacf Border Color

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

This div border color is #e6aacf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,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 #e6aacf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aacf


Comments

No comments written yet.

Please login to write comment.