Color Hex Logo

#e32046 Color Hex

#E32046
(227,32,70)
0 Favorites   0 Comments

Color spaces of #e32046

RGB 2273270
HSL0.970.780.51
HSV348°86°89°
CMYK 0.000.860.69   0.11
XYZ33.300617.80617.4761
Yxy17.80610.56840.3039
Hunter Lab42.197367.020719.0337
CIE-Lab49.260171.192030.6203

#e32046 color RGB value is (227,32,70).

#e32046 hex color red value is 227, green value is 32 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #e32046 hue: 0.97 , saturation: 0.78 and the lightness value of e32046 is 0.51.

The process color (four color CMYK) of #e32046 color hex is 0.00, 0.86, 0.69, 0.11. Web safe color of #e32046 is #cc3333. Color #e32046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100000 01000110
Octal 343 40 106
Decimal 227 32 70
Hex E3 20 46

RGB Percentages of Color #e32046

%69.00
%9.73
%21.28

CMYK Percentages of Color #e32046

%0
%86
%69
%11

Triadic Colors of #e32046

#e32046 #46e320 #2046e3

Analogous Colors of #e32046

#e32046 #e35c20 #e320a8

Monochromatic Colors of #e32046

#e32046

Complementary Color

#e32046 #20e3bd

#e32046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32046 Color CSS Codes

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

#e32046 Text Font Color

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

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


#e32046 Background Color

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

This div background color is #e32046


#e32046 Border Color

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

This div border color is #e32046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32046


Comments

No comments written yet.

Please login to write comment.