Color Hex Logo

#e32344 Color Hex

#E32344
(227,35,68)
0 Favorites   0 Comments

Color spaces of #e32344

RGB 2273568
HSL0.970.770.51
HSV350°85°89°
CMYK 0.000.850.70   0.11
XYZ33.323017.95037.1773
Yxy17.95030.57010.3071
Hunter Lab42.367866.249719.6135
CIE-Lab49.435870.513732.0292

#e32344 color RGB value is (227,35,68).

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

The process color (four color CMYK) of #e32344 color hex is 0.00, 0.85, 0.70, 0.11. Web safe color of #e32344 is #cc3333. Color #e32344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100011 01000100
Octal 343 43 104
Decimal 227 35 68
Hex E3 23 44

RGB Percentages of Color #e32344

%68.79
%10.61
%20.61

CMYK Percentages of Color #e32344

%0
%85
%70
%11

Triadic Colors of #e32344

#e32344 #44e323 #2344e3

Analogous Colors of #e32344

#e32344 #e36223 #e323a4

Monochromatic Colors of #e32344

#e32344

Complementary Color

#e32344 #23e3c2

#e32344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32344 Color CSS Codes

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

#e32344 Text Font Color

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

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


#e32344 Background Color

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

This div background color is #e32344


#e32344 Border Color

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

This div border color is #e32344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32344


Comments

No comments written yet.

Please login to write comment.