Color Hex Logo

#e6aacb Color Hex

#E6AACB
(230,170,203)
0 Favorites   0 Comments

Color spaces of #e6aacb

RGB 230170203
HSL0.910.550.78
HSV327°26°90°
CMYK 0.000.260.12   0.10
XYZ57.787349.884263.0828
Yxy49.88420.33840.2921
Hunter Lab70.628722.4455-3.5154
CIE-Lab75.998127.0356-8.1125

#e6aacb color RGB value is (230,170,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 11001011
Octal 346 252 313
Decimal 230 170 203
Hex E6 AA CB

RGB Percentages of Color #e6aacb

%38.14
%28.19
%33.67

CMYK Percentages of Color #e6aacb

%0
%26
%12
%10

Triadic Colors of #e6aacb

#e6aacb #cbe6aa #aacbe6

Analogous Colors of #e6aacb

#e6aacb #e6aaad #e3aae6

Monochromatic Colors of #e6aacb

#e6aacb

Complementary Color

#e6aacb #aae6c5

#e6aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aacb Color CSS Codes

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

#e6aacb Text Font Color

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

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


#e6aacb Background Color

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

This div background color is #e6aacb


#e6aacb Border Color

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

This div border color is #e6aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aacb


Comments

No comments written yet.

Please login to write comment.