Color Hex Logo

#e2504e Color Hex

#E2504E
(226,80,78)
0 Favorites   0 Comments

Color spaces of #e2504e

RGB 2268078
HSL0.000.720.60
HSV65°89°
CMYK 0.000.650.65   0.11
XYZ35.607822.45619.6655
Yxy22.45610.52570.3316
Hunter Lab47.387951.198221.0784
CIE-Lab54.507656.532732.3471

#e2504e color RGB value is (226,80,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 01001110
Octal 342 120 116
Decimal 226 80 78
Hex E2 50 4E

RGB Percentages of Color #e2504e

%58.85
%20.83
%20.31

CMYK Percentages of Color #e2504e

%0
%65
%65
%11

Triadic Colors of #e2504e

#e2504e #4ee250 #504ee2

Analogous Colors of #e2504e

#e2504e #e29a4e #e24e96

Monochromatic Colors of #e2504e

#e2504e

Complementary Color

#e2504e #4ee0e2

#e2504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2504e Color CSS Codes

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

#e2504e Text Font Color

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

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


#e2504e Background Color

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

This div background color is #e2504e


#e2504e Border Color

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

This div border color is #e2504e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2504e


Comments

No comments written yet.

Please login to write comment.