Color Hex Logo

#e12843 Color Hex

#E12843
(225,40,67)
0 Favorites   0 Comments

Color spaces of #e12843

RGB 2254067
HSL0.980.760.52
HSV351°82°88°
CMYK 0.000.820.70   0.12
XYZ32.823217.93047.0411
Yxy17.93040.56790.3102
Hunter Lab42.344364.261819.7821
CIE-Lab49.411668.846532.5018

#e12843 color RGB value is (225,40,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 01000011
Octal 341 50 103
Decimal 225 40 67
Hex E1 28 43

RGB Percentages of Color #e12843

%67.77
%12.05
%20.18

CMYK Percentages of Color #e12843

%0
%82
%70
%12

Triadic Colors of #e12843

#e12843 #43e128 #2843e1

Analogous Colors of #e12843

#e12843 #e16a28 #e128a0

Monochromatic Colors of #e12843

#e12843

Complementary Color

#e12843 #28e1c6

#e12843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12843 Color CSS Codes

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

#e12843 Text Font Color

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

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


#e12843 Background Color

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

This div background color is #e12843


#e12843 Border Color

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

This div border color is #e12843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12843


Comments

No comments written yet.

Please login to write comment.