Color Hex Logo

#e287aa Color Hex

#E287AA
(226,135,170)
0 Favorites   0 Comments

Color spaces of #e287aa

RGB 226135170
HSL0.940.610.71
HSV337°40°89°
CMYK 0.000.400.25   0.11
XYZ47.283736.399042.5638
Yxy36.39900.37450.2883
Hunter Lab60.331634.31560.4031
CIE-Lab66.823739.1831-3.4374

#e287aa color RGB value is (226,135,170).

#e287aa hex color red value is 226, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e287aa hue: 0.94 , saturation: 0.61 and the lightness value of e287aa is 0.71.

The process color (four color CMYK) of #e287aa color hex is 0.00, 0.40, 0.25, 0.11. Web safe color of #e287aa is #cc9999. Color #e287aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 10101010
Octal 342 207 252
Decimal 226 135 170
Hex E2 87 AA

RGB Percentages of Color #e287aa

%42.56
%25.42
%32.02

CMYK Percentages of Color #e287aa

%0
%40
%25
%11

Triadic Colors of #e287aa

#e287aa #aae287 #87aae2

Analogous Colors of #e287aa

#e287aa #e29287 #e287d8

Monochromatic Colors of #e287aa

#e287aa

Complementary Color

#e287aa #87e2bf

#e287aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e287aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e287aa Color CSS Codes

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

#e287aa Text Font Color

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

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


#e287aa Background Color

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

This div background color is #e287aa


#e287aa Border Color

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

This div border color is #e287aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e287aa


Comments

No comments written yet.

Please login to write comment.