Color Hex Logo

#e3504e Color Hex

#E3504E
(227,80,78)
0 Favorites   0 Comments

Color spaces of #e3504e

RGB 2278078
HSL0.000.730.60
HSV66°89°
CMYK 0.000.650.66   0.11
XYZ35.922422.61839.6802
Yxy22.61830.52660.3315
Hunter Lab47.558751.598321.2231
CIE-Lab54.677056.861232.5939

#e3504e color RGB value is (227,80,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 01001110
Octal 343 120 116
Decimal 227 80 78
Hex E3 50 4E

RGB Percentages of Color #e3504e

%58.96
%20.78
%20.26

CMYK Percentages of Color #e3504e

%0
%65
%66
%11

Triadic Colors of #e3504e

#e3504e #4ee350 #504ee3

Analogous Colors of #e3504e

#e3504e #e39b4e #e34e97

Monochromatic Colors of #e3504e

#e3504e

Complementary Color

#e3504e #4ee1e3

#e3504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3504e Color CSS Codes

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

#e3504e Text Font Color

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

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


#e3504e Background Color

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

This div background color is #e3504e


#e3504e Border Color

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

This div border color is #e3504e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3504e


Comments

No comments written yet.

Please login to write comment.