Color Hex Logo

#e287ce Color Hex

#E287CE
(226,135,206)
0 Favorites   0 Comments

Color spaces of #e287ce

RGB 226135206
HSL0.870.610.71
HSV313°40°89°
CMYK 0.000.400.09   0.11
XYZ51.168637.952963.0213
Yxy37.95290.33630.2495
Hunter Lab61.605940.4480-17.5280
CIE-Lab67.985944.7395-21.8725

#e287ce color RGB value is (226,135,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 11001110
Octal 342 207 316
Decimal 226 135 206
Hex E2 87 CE

RGB Percentages of Color #e287ce

%39.86
%23.81
%36.33

CMYK Percentages of Color #e287ce

%0
%40
%9
%11

Triadic Colors of #e287ce

#e287ce #cee287 #87cee2

Analogous Colors of #e287ce

#e287ce #e287a1 #c987e2

Monochromatic Colors of #e287ce

#e287ce

Complementary Color

#e287ce #87e29b

#e287ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e287ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e287ce Color CSS Codes

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

#e287ce Text Font Color

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

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


#e287ce Background Color

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

This div background color is #e287ce


#e287ce Border Color

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

This div border color is #e287ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,135,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 #e287ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e287ce

#e287ce Color Palettes


Comments

No comments written yet.

Please login to write comment.