Color Hex Logo

#e28faa Color Hex

#E28FAA
(226,143,170)
0 Favorites   0 Comments

Color spaces of #e28faa

RGB 226143170
HSL0.950.590.72
HSV340°37°89°
CMYK 0.000.370.25   0.11
XYZ48.442238.716042.9500
Yxy38.71600.37230.2976
Hunter Lab62.222230.07982.6295
CIE-Lab68.545034.9729-0.9105

#e28faa color RGB value is (226,143,170).

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

The process color (four color CMYK) of #e28faa color hex is 0.00, 0.37, 0.25, 0.11. Web safe color of #e28faa is #cc9999. Color #e28faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001111 10101010
Octal 342 217 252
Decimal 226 143 170
Hex E2 8F AA

RGB Percentages of Color #e28faa

%41.93
%26.53
%31.54

CMYK Percentages of Color #e28faa

%0
%37
%25
%11

Triadic Colors of #e28faa

#e28faa #aae28f #8faae2

Analogous Colors of #e28faa

#e28faa #e29e8f #e28fd4

Monochromatic Colors of #e28faa

#e28faa

Complementary Color

#e28faa #8fe2c7

#e28faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28faa Color CSS Codes

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

#e28faa Text Font Color

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

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


#e28faa Background Color

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

This div background color is #e28faa


#e28faa Border Color

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

This div border color is #e28faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28faa


Comments

No comments written yet.

Please login to write comment.