Color Hex Logo

#e289ce Color Hex

#E289CE
(226,137,206)
0 Favorites   0 Comments

Color spaces of #e289ce

RGB 226137206
HSL0.870.610.71
HSV313°39°89°
CMYK 0.000.390.09   0.11
XYZ51.450338.516363.1152
Yxy38.51630.33610.2516
Hunter Lab62.061539.3727-16.8536
CIE-Lab68.399443.7021-21.2422

#e289ce color RGB value is (226,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001001 11001110
Octal 342 211 316
Decimal 226 137 206
Hex E2 89 CE

RGB Percentages of Color #e289ce

%39.72
%24.08
%36.20

CMYK Percentages of Color #e289ce

%0
%39
%9
%11

Triadic Colors of #e289ce

#e289ce #cee289 #89cee2

Analogous Colors of #e289ce

#e289ce #e289a2 #ca89e2

Monochromatic Colors of #e289ce

#e289ce

Complementary Color

#e289ce #89e29d

#e289ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e289ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e289ce Color CSS Codes

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

#e289ce Text Font Color

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

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


#e289ce Background Color

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

This div background color is #e289ce


#e289ce Border Color

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

This div border color is #e289ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e289ce


Comments

No comments written yet.

Please login to write comment.