Color Hex Logo

#e12042 Color Hex

#E12042
(225,32,66)
0 Favorites   0 Comments

Color spaces of #e12042

RGB 2253266
HSL0.970.760.50
HSV349°86°88°
CMYK 0.000.860.71   0.12
XYZ32.551217.43396.8037
Yxy17.43390.57320.3070
Hunter Lab41.753966.088619.5666
CIE-Lab48.802270.501632.3636

#e12042 color RGB value is (225,32,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 01000010
Octal 341 40 102
Decimal 225 32 66
Hex E1 20 42

RGB Percentages of Color #e12042

%69.66
%9.91
%20.43

CMYK Percentages of Color #e12042

%0
%86
%71
%12

Triadic Colors of #e12042

#e12042 #42e120 #2042e1

Analogous Colors of #e12042

#e12042 #e15f20 #e120a3

Monochromatic Colors of #e12042

#e12042

Complementary Color

#e12042 #20e1bf

#e12042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12042 Color CSS Codes

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

#e12042 Text Font Color

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

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


#e12042 Background Color

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

This div background color is #e12042


#e12042 Border Color

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

This div border color is #e12042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12042


Comments

No comments written yet.

Please login to write comment.