Color Hex Logo

#e3324e Color Hex

#E3324E
(227,50,78)
0 Favorites   0 Comments

Color spaces of #e3324e

RGB 2275078
HSL0.970.760.54
HSV351°78°89°
CMYK 0.000.780.66   0.11
XYZ34.194319.16229.1042
Yxy19.16220.54750.3068
Hunter Lab43.774762.828518.3112
CIE-Lab50.876467.350427.8480

#e3324e color RGB value is (227,50,78).

#e3324e hex color red value is 227, green value is 50 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e3324e hue: 0.97 , saturation: 0.76 and the lightness value of e3324e is 0.54.

The process color (four color CMYK) of #e3324e color hex is 0.00, 0.78, 0.66, 0.11. Web safe color of #e3324e is #cc3366. Color #e3324e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110010 01001110
Octal 343 62 116
Decimal 227 50 78
Hex E3 32 4E

RGB Percentages of Color #e3324e

%63.94
%14.08
%21.97

CMYK Percentages of Color #e3324e

%0
%78
%66
%11

Triadic Colors of #e3324e

#e3324e #4ee332 #324ee3

Analogous Colors of #e3324e

#e3324e #e36f32 #e332a7

Monochromatic Colors of #e3324e

#e3324e

Complementary Color

#e3324e #32e3c7

#e3324e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3324e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3324e Color CSS Codes

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

#e3324e Text Font Color

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

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


#e3324e Background Color

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

This div background color is #e3324e


#e3324e Border Color

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

This div border color is #e3324e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3324e


Comments

No comments written yet.

Please login to write comment.