Color Hex Logo

#e2784e Color Hex

#E2784E
(226,120,78)
0 Favorites   0 Comments

Color spaces of #e2784e

RGB 22612078
HSL0.050.720.60
HSV17°65°89°
CMYK 0.000.470.65   0.11
XYZ39.455630.151810.9481
Yxy30.15180.48980.3743
Hunter Lab54.910732.166126.6162
CIE-Lab61.785037.706741.1106

#e2784e color RGB value is (226,120,78).

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

The process color (four color CMYK) of #e2784e color hex is 0.00, 0.47, 0.65, 0.11. Web safe color of #e2784e is #cc6666. Color #e2784e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111000 01001110
Octal 342 170 116
Decimal 226 120 78
Hex E2 78 4E

RGB Percentages of Color #e2784e

%53.30
%28.30
%18.40

CMYK Percentages of Color #e2784e

%0
%47
%65
%11

Triadic Colors of #e2784e

#e2784e #4ee278 #784ee2

Analogous Colors of #e2784e

#e2784e #e2c24e #e24e6e

Monochromatic Colors of #e2784e

#e2784e

Complementary Color

#e2784e #4eb8e2

#e2784e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2784e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2784e Color CSS Codes

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

#e2784e Text Font Color

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

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


#e2784e Background Color

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

This div background color is #e2784e


#e2784e Border Color

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

This div border color is #e2784e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2784e


Comments

No comments written yet.

Please login to write comment.