Color Hex Logo

#e32948 Color Hex

#E32948
(227,41,72)
0 Favorites   0 Comments

Color spaces of #e32948

RGB 2274172
HSL0.970.770.53
HSV350°82°89°
CMYK 0.000.820.68   0.11
XYZ33.641218.38467.9064
Yxy18.38460.56130.3068
Hunter Lab42.877365.014619.0812
CIE-Lab49.959369.375830.2838

#e32948 color RGB value is (227,41,72).

#e32948 hex color red value is 227, green value is 41 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #e32948 hue: 0.97 , saturation: 0.77 and the lightness value of e32948 is 0.53.

The process color (four color CMYK) of #e32948 color hex is 0.00, 0.82, 0.68, 0.11. Web safe color of #e32948 is #cc3333. Color #e32948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101001 01001000
Octal 343 51 110
Decimal 227 41 72
Hex E3 29 48

RGB Percentages of Color #e32948

%66.76
%12.06
%21.18

CMYK Percentages of Color #e32948

%0
%82
%68
%11

Triadic Colors of #e32948

#e32948 #48e329 #2948e3

Analogous Colors of #e32948

#e32948 #e36729 #e329a5

Monochromatic Colors of #e32948

#e32948

Complementary Color

#e32948 #29e3c4

#e32948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32948 Color CSS Codes

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

#e32948 Text Font Color

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

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


#e32948 Background Color

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

This div background color is #e32948


#e32948 Border Color

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

This div border color is #e32948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,41,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32948


Comments

No comments written yet.

Please login to write comment.