Color Hex Logo

#e2798b Color Hex

#E2798B
(226,121,139)
0 Favorites   0 Comments

Color spaces of #e2798b

RGB 226121139
HSL0.970.640.68
HSV350°46°89°
CMYK 0.000.460.38   0.11
XYZ42.861631.707628.2872
Yxy31.70760.41670.3083
Hunter Lab56.309537.32889.6322
CIE-Lab63.100542.47438.7637

#e2798b color RGB value is (226,121,139).

#e2798b hex color red value is 226, green value is 121 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e2798b hue: 0.97 , saturation: 0.64 and the lightness value of e2798b is 0.68.

The process color (four color CMYK) of #e2798b color hex is 0.00, 0.46, 0.38, 0.11. Web safe color of #e2798b is #cc6699. Color #e2798b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111001 10001011
Octal 342 171 213
Decimal 226 121 139
Hex E2 79 8B

RGB Percentages of Color #e2798b

%46.50
%24.90
%28.60

CMYK Percentages of Color #e2798b

%0
%46
%38
%11

Triadic Colors of #e2798b

#e2798b #8be279 #798be2

Analogous Colors of #e2798b

#e2798b #e29c79 #e279c0

Monochromatic Colors of #e2798b

#e2798b

Complementary Color

#e2798b #79e2d0

#e2798b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2798b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2798b Color CSS Codes

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

#e2798b Text Font Color

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

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


#e2798b Background Color

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

This div background color is #e2798b


#e2798b Border Color

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

This div border color is #e2798b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2798b


Comments

No comments written yet.

Please login to write comment.