Color Hex Logo

#e12b4f Color Hex

#E12B4F
(225,43,79)
0 Favorites   0 Comments

Color spaces of #e12b4f

RGB 2254379
HSL0.970.750.53
HSV348°81°88°
CMYK 0.000.810.65   0.12
XYZ33.326518.29989.1729
Yxy18.29980.54810.3010
Hunter Lab42.778364.198817.2313
CIE-Lab49.857768.707325.8722

#e12b4f color RGB value is (225,43,79).

#e12b4f hex color red value is 225, green value is 43 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e12b4f hue: 0.97 , saturation: 0.75 and the lightness value of e12b4f is 0.53.

The process color (four color CMYK) of #e12b4f color hex is 0.00, 0.81, 0.65, 0.12. Web safe color of #e12b4f is #cc3366. Color #e12b4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 01001111
Octal 341 53 117
Decimal 225 43 79
Hex E1 2B 4F

RGB Percentages of Color #e12b4f

%64.84
%12.39
%22.77

CMYK Percentages of Color #e12b4f

%0
%81
%65
%12

Triadic Colors of #e12b4f

#e12b4f #4fe12b #2b4fe1

Analogous Colors of #e12b4f

#e12b4f #e1622b #e12baa

Monochromatic Colors of #e12b4f

#e12b4f

Complementary Color

#e12b4f #2be1bd

#e12b4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12b4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12b4f Color CSS Codes

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

#e12b4f Text Font Color

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

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


#e12b4f Background Color

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

This div background color is #e12b4f


#e12b4f Border Color

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

This div border color is #e12b4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12b4f


Comments

No comments written yet.

Please login to write comment.