Color Hex Logo

#e28bac Color Hex

#E28BAC
(226,139,172)
0 Favorites   0 Comments

Color spaces of #e28bac

RGB 226139172
HSL0.940.600.72
HSV337°38°89°
CMYK 0.000.380.24   0.11
XYZ48.043037.612543.7575
Yxy37.61250.37120.2906
Hunter Lab61.329032.50480.6276
CIE-Lab67.734037.3685-3.2223

#e28bac color RGB value is (226,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001011 10101100
Octal 342 213 254
Decimal 226 139 172
Hex E2 8B AC

RGB Percentages of Color #e28bac

%42.09
%25.88
%32.03

CMYK Percentages of Color #e28bac

%0
%38
%24
%11

Triadic Colors of #e28bac

#e28bac #ace28b #8bace2

Analogous Colors of #e28bac

#e28bac #e2968b #e28bd8

Monochromatic Colors of #e28bac

#e28bac

Complementary Color

#e28bac #8be2c1

#e28bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28bac Color CSS Codes

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

#e28bac Text Font Color

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

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


#e28bac Background Color

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

This div background color is #e28bac


#e28bac Border Color

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

This div border color is #e28bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28bac


Comments

No comments written yet.

Please login to write comment.