Color Hex Logo

#e287bf Color Hex

#E287BF
(226,135,191)
0 Favorites   0 Comments

Color spaces of #e287bf

RGB 226135191
HSL0.900.610.71
HSV323°40°89°
CMYK 0.000.400.15   0.11
XYZ49.432037.258353.8764
Yxy37.25830.35170.2651
Hunter Lab61.039637.7363-9.6044
CIE-Lab67.470442.3070-14.2745

#e287bf color RGB value is (226,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 10111111
Octal 342 207 277
Decimal 226 135 191
Hex E2 87 BF

RGB Percentages of Color #e287bf

%40.94
%24.46
%34.60

CMYK Percentages of Color #e287bf

%0
%40
%15
%11

Triadic Colors of #e287bf

#e287bf #bfe287 #87bfe2

Analogous Colors of #e287bf

#e287bf #e28792 #d887e2

Monochromatic Colors of #e287bf

#e287bf

Complementary Color

#e287bf #87e2aa

#e287bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e287bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e287bf Color CSS Codes

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

#e287bf Text Font Color

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

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


#e287bf Background Color

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

This div background color is #e287bf


#e287bf Border Color

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

This div border color is #e287bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e287bf


Comments

No comments written yet.

Please login to write comment.