Color Hex Logo

#e28fac Color Hex

#E28FAC
(226,143,172)
0 Favorites   0 Comments

Color spaces of #e28fac

RGB 226143172
HSL0.940.590.72
HSV339°37°89°
CMYK 0.000.370.24   0.11
XYZ48.632938.792243.9541
Yxy38.79220.37020.2953
Hunter Lab62.283430.38271.7567
CIE-Lab68.600535.2574-1.9491

#e28fac color RGB value is (226,143,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001111 10101100
Octal 342 217 254
Decimal 226 143 172
Hex E2 8F AC

RGB Percentages of Color #e28fac

%41.77
%26.43
%31.79

CMYK Percentages of Color #e28fac

%0
%37
%24
%11

Triadic Colors of #e28fac

#e28fac #ace28f #8face2

Analogous Colors of #e28fac

#e28fac #e29c8f #e28fd6

Monochromatic Colors of #e28fac

#e28fac

Complementary Color

#e28fac #8fe2c5

#e28fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28fac Color CSS Codes

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

#e28fac Text Font Color

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

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


#e28fac Background Color

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

This div background color is #e28fac


#e28fac Border Color

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

This div border color is #e28fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28fac


Comments

No comments written yet.

Please login to write comment.