Color Hex Logo

#e3204a Color Hex

#E3204A
(227,32,74)
0 Favorites   0 Comments

Color spaces of #e3204a

RGB 2273274
HSL0.960.780.51
HSV347°86°89°
CMYK 0.000.860.67   0.11
XYZ33.431117.85838.1636
Yxy17.85830.56230.3004
Hunter Lab42.259167.257718.1277
CIE-Lab49.323871.377328.2930

#e3204a color RGB value is (227,32,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100000 01001010
Octal 343 40 112
Decimal 227 32 74
Hex E3 20 4A

RGB Percentages of Color #e3204a

%68.17
%9.61
%22.22

CMYK Percentages of Color #e3204a

%0
%86
%67
%11

Triadic Colors of #e3204a

#e3204a #4ae320 #204ae3

Analogous Colors of #e3204a

#e3204a #e35820 #e320ac

Monochromatic Colors of #e3204a

#e3204a

Complementary Color

#e3204a #20e3b9

#e3204a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3204a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3204a Color CSS Codes

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

#e3204a Text Font Color

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

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


#e3204a Background Color

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

This div background color is #e3204a


#e3204a Border Color

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

This div border color is #e3204a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3204a


Comments

No comments written yet.

Please login to write comment.