Color Hex Logo

#e12623 Color Hex

#E12623
(225,38,35)
0 Favorites   0 Comments

Color spaces of #e12623

RGB 2253835
HSL0.000.760.51
HSV84°88°
CMYK 0.000.830.84   0.12
XYZ32.047817.51513.2818
Yxy17.51510.60650.3314
Hunter Lab41.851063.448624.6464
CIE-Lab48.902668.255949.6595

#e12623 color RGB value is (225,38,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100110 00100011
Octal 341 46 43
Decimal 225 38 35
Hex E1 26 23

RGB Percentages of Color #e12623

%75.50
%12.75
%11.74

CMYK Percentages of Color #e12623

%0
%83
%84
%12

Triadic Colors of #e12623

#e12623 #23e126 #2623e1

Analogous Colors of #e12623

#e12623 #e18523 #e1237f

Monochromatic Colors of #e12623

#e12623

Complementary Color

#e12623 #23dee1

#e12623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12623 Color CSS Codes

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

#e12623 Text Font Color

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

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


#e12623 Background Color

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

This div background color is #e12623


#e12623 Border Color

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

This div border color is #e12623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12623


Comments

No comments written yet.

Please login to write comment.