Color Hex Logo

#e2374a Color Hex

#E2374A
(226,55,74)
0 Favorites   0 Comments

Color spaces of #e2374a

RGB 2265574
HSL0.980.750.55
HSV353°76°89°
CMYK 0.000.760.67   0.11
XYZ33.966219.39558.4321
Yxy19.39550.54970.3139
Hunter Lab44.040360.598019.4764
CIE-Lab51.146765.392830.5214

#e2374a color RGB value is (226,55,74).

#e2374a hex color red value is 226, green value is 55 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e2374a hue: 0.98 , saturation: 0.75 and the lightness value of e2374a is 0.55.

The process color (four color CMYK) of #e2374a color hex is 0.00, 0.76, 0.67, 0.11. Web safe color of #e2374a is #cc3333. Color #e2374a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110111 01001010
Octal 342 67 112
Decimal 226 55 74
Hex E2 37 4A

RGB Percentages of Color #e2374a

%63.66
%15.49
%20.85

CMYK Percentages of Color #e2374a

%0
%76
%67
%11

Triadic Colors of #e2374a

#e2374a #4ae237 #374ae2

Analogous Colors of #e2374a

#e2374a #e27a37 #e237a0

Monochromatic Colors of #e2374a

#e2374a

Complementary Color

#e2374a #37e2cf

#e2374a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2374a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2374a Color CSS Codes

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

#e2374a Text Font Color

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

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


#e2374a Background Color

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

This div background color is #e2374a


#e2374a Border Color

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

This div border color is #e2374a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2374a


Comments

No comments written yet.

Please login to write comment.