Color Hex Logo

#e289bf Color Hex

#E289BF
(226,137,191)
0 Favorites   0 Comments

Color spaces of #e289bf

RGB 226137191
HSL0.900.610.71
HSV324°39°89°
CMYK 0.000.390.15   0.11
XYZ49.713737.821753.9703
Yxy37.82170.35130.2673
Hunter Lab61.499336.6686-8.9819
CIE-Lab67.889041.2649-13.6446

#e289bf color RGB value is (226,137,191).

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

The process color (four color CMYK) of #e289bf color hex is 0.00, 0.39, 0.15, 0.11. Web safe color of #e289bf is #cc99cc. Color #e289bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001001 10111111
Octal 342 211 277
Decimal 226 137 191
Hex E2 89 BF

RGB Percentages of Color #e289bf

%40.79
%24.73
%34.48

CMYK Percentages of Color #e289bf

%0
%39
%15
%11

Triadic Colors of #e289bf

#e289bf #bfe289 #89bfe2

Analogous Colors of #e289bf

#e289bf #e28993 #d989e2

Monochromatic Colors of #e289bf

#e289bf

Complementary Color

#e289bf #89e2ac

#e289bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e289bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e289bf Color CSS Codes

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

#e289bf Text Font Color

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

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


#e289bf Background Color

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

This div background color is #e289bf


#e289bf Border Color

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

This div border color is #e289bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e289bf


Comments

No comments written yet.

Please login to write comment.