Color Hex Logo

#e12645 Color Hex

#E12645
(225,38,69)
0 Favorites   0 Comments

Color spaces of #e12645

RGB 2253869
HSL0.970.760.52
HSV350°83°88°
CMYK 0.000.830.69   0.12
XYZ32.818617.82347.3408
Yxy17.82340.56600.3074
Hunter Lab42.217864.878519.2431
CIE-Lab49.281269.392031.1538

#e12645 color RGB value is (225,38,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100110 01000101
Octal 341 46 105
Decimal 225 38 69
Hex E1 26 45

RGB Percentages of Color #e12645

%67.77
%11.45
%20.78

CMYK Percentages of Color #e12645

%0
%83
%69
%12

Triadic Colors of #e12645

#e12645 #45e126 #2645e1

Analogous Colors of #e12645

#e12645 #e16526 #e126a3

Monochromatic Colors of #e12645

#e12645

Complementary Color

#e12645 #26e1c2

#e12645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12645 Color CSS Codes

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

#e12645 Text Font Color

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

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


#e12645 Background Color

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

This div background color is #e12645


#e12645 Border Color

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

This div border color is #e12645


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,38,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12645


Comments

No comments written yet.

Please login to write comment.