Color Hex Logo

#e32923 Color Hex

#E32923
(227,41,35)
0 Favorites   0 Comments

Color spaces of #e32923

RGB 2274135
HSL0.010.770.51
HSV85°89°
CMYK 0.000.820.85   0.11
XYZ32.774918.03813.3444
Yxy18.03810.60520.3331
Hunter Lab42.471363.422925.0611
CIE-Lab49.542368.110950.3691

#e32923 color RGB value is (227,41,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101001 00100011
Octal 343 51 43
Decimal 227 41 35
Hex E3 29 23

RGB Percentages of Color #e32923

%74.92
%13.53
%11.55

CMYK Percentages of Color #e32923

%0
%82
%85
%11

Triadic Colors of #e32923

#e32923 #23e329 #2923e3

Analogous Colors of #e32923

#e32923 #e38923 #e3237d

Monochromatic Colors of #e32923

#e32923

Complementary Color

#e32923 #23dde3

#e32923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32923 Color CSS Codes

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

#e32923 Text Font Color

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

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


#e32923 Background Color

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

This div background color is #e32923


#e32923 Border Color

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

This div border color is #e32923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32923


Comments

No comments written yet.

Please login to write comment.