Color Hex Logo

#e289ab Color Hex

#E289AB
(226,137,171)
0 Favorites   0 Comments

Color spaces of #e289ab

RGB 226137171
HSL0.940.610.71
HSV337°39°89°
CMYK 0.000.390.24   0.11
XYZ47.660437.000343.1579
Yxy37.00030.37290.2895
Hunter Lab60.827933.41110.5127
CIE-Lab67.277338.2773-3.3326

#e289ab color RGB value is (226,137,171).

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

The process color (four color CMYK) of #e289ab color hex is 0.00, 0.39, 0.24, 0.11. Web safe color of #e289ab is #cc9999. Color #e289ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001001 10101011
Octal 342 211 253
Decimal 226 137 171
Hex E2 89 AB

RGB Percentages of Color #e289ab

%42.32
%25.66
%32.02

CMYK Percentages of Color #e289ab

%0
%39
%24
%11

Triadic Colors of #e289ab

#e289ab #abe289 #89abe2

Analogous Colors of #e289ab

#e289ab #e29489 #e289d8

Monochromatic Colors of #e289ab

#e289ab

Complementary Color

#e289ab #89e2c0

#e289ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e289ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e289ab Color CSS Codes

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

#e289ab Text Font Color

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

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


#e289ab Background Color

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

This div background color is #e289ab


#e289ab Border Color

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

This div border color is #e289ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e289ab


Comments

No comments written yet.

Please login to write comment.