Color Hex Logo

#e28ebe Color Hex

#E28EBE
(226,142,190)
0 Favorites   0 Comments

Color spaces of #e28ebe

RGB 226142190
HSL0.900.590.72
HSV326°37°89°
CMYK 0.000.370.16   0.11
XYZ50.331339.232553.6351
Yxy39.23250.35150.2740
Hunter Lab62.635933.8217-6.9249
CIE-Lab68.919338.4851-11.5398

#e28ebe color RGB value is (226,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001110 10111110
Octal 342 216 276
Decimal 226 142 190
Hex E2 8E BE

RGB Percentages of Color #e28ebe

%40.50
%25.45
%34.05

CMYK Percentages of Color #e28ebe

%0
%37
%16
%11

Triadic Colors of #e28ebe

#e28ebe #bee28e #8ebee2

Analogous Colors of #e28ebe

#e28ebe #e28e94 #dc8ee2

Monochromatic Colors of #e28ebe

#e28ebe

Complementary Color

#e28ebe #8ee2b2

#e28ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28ebe Color CSS Codes

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

#e28ebe Text Font Color

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

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


#e28ebe Background Color

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

This div background color is #e28ebe


#e28ebe Border Color

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

This div border color is #e28ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28ebe


Comments

No comments written yet.

Please login to write comment.