Color Hex Logo

#e289be Color Hex

#E289BE
(226,137,190)
0 Favorites   0 Comments

Color spaces of #e289be

RGB 226137190
HSL0.900.610.71
HSV324°39°89°
CMYK 0.000.390.16   0.11
XYZ49.604037.777853.3926
Yxy37.77780.35240.2684
Hunter Lab61.463636.4964-8.4798
CIE-Lab67.856541.1083-13.1338

#e289be color RGB value is (226,137,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001001 10111110
Octal 342 211 276
Decimal 226 137 190
Hex E2 89 BE

RGB Percentages of Color #e289be

%40.87
%24.77
%34.36

CMYK Percentages of Color #e289be

%0
%39
%16
%11

Triadic Colors of #e289be

#e289be #bee289 #89bee2

Analogous Colors of #e289be

#e289be #e28992 #da89e2

Monochromatic Colors of #e289be

#e289be

Complementary Color

#e289be #89e2ad

#e289be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e289be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e289be Color CSS Codes

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

#e289be Text Font Color

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

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


#e289be Background Color

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

This div background color is #e289be


#e289be Border Color

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

This div border color is #e289be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e289be


Comments

No comments written yet.

Please login to write comment.