Color Hex Logo

#e8aecf Color Hex

#E8AECF
(232,174,207)
0 Favorites   0 Comments

Color spaces of #e8aecf

RGB 232174207
HSL0.910.560.80
HSV326°25°91°
CMYK 0.000.250.11   0.09
XYZ59.677251.932965.9102
Yxy51.93290.33620.2925
Hunter Lab72.064521.7045-3.7815
CIE-Lab77.240726.2479-8.4248

#e8aecf color RGB value is (232,174,207).

#e8aecf hex color red value is 232, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e8aecf hue: 0.91 , saturation: 0.56 and the lightness value of e8aecf is 0.80.

The process color (four color CMYK) of #e8aecf color hex is 0.00, 0.25, 0.11, 0.09. Web safe color of #e8aecf is #ff99cc. Color #e8aecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101110 11001111
Octal 350 256 317
Decimal 232 174 207
Hex E8 AE CF

RGB Percentages of Color #e8aecf

%37.85
%28.38
%33.77

CMYK Percentages of Color #e8aecf

%0
%25
%11
%9

Triadic Colors of #e8aecf

#e8aecf #cfe8ae #aecfe8

Analogous Colors of #e8aecf

#e8aecf #e8aeb2 #e4aee8

Monochromatic Colors of #e8aecf

#e8aecf

Complementary Color

#e8aecf #aee8c7

#e8aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aecf Color CSS Codes

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

#e8aecf Text Font Color

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

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


#e8aecf Background Color

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

This div background color is #e8aecf


#e8aecf Border Color

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

This div border color is #e8aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aecf


Comments

No comments written yet.

Please login to write comment.