Color Hex Logo

#e4aabc Color Hex

#E4AABC
(228,170,188)
0 Favorites   0 Comments

Color spaces of #e4aabc

RGB 228170188
HSL0.950.520.78
HSV341°25°89°
CMYK 0.000.250.18   0.11
XYZ55.446748.874354.0883
Yxy48.87430.35000.3085
Hunter Lab69.910219.22803.0654
CIE-Lab75.373123.9320-0.8563

#e4aabc color RGB value is (228,170,188).

#e4aabc hex color red value is 228, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e4aabc hue: 0.95 , saturation: 0.52 and the lightness value of e4aabc is 0.78.

The process color (four color CMYK) of #e4aabc color hex is 0.00, 0.25, 0.18, 0.11. Web safe color of #e4aabc is #cc99cc. Color #e4aabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101010 10111100
Octal 344 252 274
Decimal 228 170 188
Hex E4 AA BC

RGB Percentages of Color #e4aabc

%38.91
%29.01
%32.08

CMYK Percentages of Color #e4aabc

%0
%25
%18
%11

Triadic Colors of #e4aabc

#e4aabc #bce4aa #aabce4

Analogous Colors of #e4aabc

#e4aabc #e4b5aa #e4aad9

Monochromatic Colors of #e4aabc

#e4aabc

Complementary Color

#e4aabc #aae4d2

#e4aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aabc Color CSS Codes

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

#e4aabc Text Font Color

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

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


#e4aabc Background Color

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

This div background color is #e4aabc


#e4aabc Border Color

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

This div border color is #e4aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aabc


Comments

No comments written yet.

Please login to write comment.