Color Hex Logo

#e12323 Color Hex

#E12323
(225,35,35)
0 Favorites   0 Comments

Color spaces of #e12323

RGB 2253535
HSL0.000.760.51
HSV84°88°
CMYK 0.000.840.84   0.12
XYZ31.955717.33103.2511
Yxy17.33100.60820.3299
Hunter Lab41.630564.163724.5112
CIE-Lab48.674468.905849.4607

#e12323 color RGB value is (225,35,35).

#e12323 hex color red value is 225, green value is 35 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #e12323 hue: 0.00 , saturation: 0.76 and the lightness value of e12323 is 0.51.

The process color (four color CMYK) of #e12323 color hex is 0.00, 0.84, 0.84, 0.12. Web safe color of #e12323 is #cc3333. Color #e12323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 00100011
Octal 341 43 43
Decimal 225 35 35
Hex E1 23 23

RGB Percentages of Color #e12323

%76.27
%11.86
%11.86

CMYK Percentages of Color #e12323

%0
%84
%84
%12

Triadic Colors of #e12323

#e12323 #23e123 #2323e1

Analogous Colors of #e12323

#e12323 #e18223 #e12382

Monochromatic Colors of #e12323

#e12323

Complementary Color

#e12323 #23e1e1

#e12323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12323 Color CSS Codes

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

#e12323 Text Font Color

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

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


#e12323 Background Color

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

This div background color is #e12323


#e12323 Border Color

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

This div border color is #e12323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12323

#e12323 Color Palettes


Comments

No comments written yet.

Please login to write comment.