Color Hex Logo

#e12764 Color Hex

#E12764
(225,39,100)
0 Favorites   0 Comments

Color spaces of #e12764

RGB 22539100
HSL0.950.760.52
HSV340°83°88°
CMYK 0.000.830.56   0.12
XYZ34.077118.378713.8080
Yxy18.37870.51430.2774
Hunter Lab42.870466.864110.9127
CIE-Lab49.952270.927313.2291

#e12764 color RGB value is (225,39,100).

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

The process color (four color CMYK) of #e12764 color hex is 0.00, 0.83, 0.56, 0.12. Web safe color of #e12764 is #cc3366. Color #e12764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 01100100
Octal 341 47 144
Decimal 225 39 100
Hex E1 27 64

RGB Percentages of Color #e12764

%61.81
%10.71
%27.47

CMYK Percentages of Color #e12764

%0
%83
%56
%12

Triadic Colors of #e12764

#e12764 #64e127 #2764e1

Analogous Colors of #e12764

#e12764 #e14727 #e127c1

Monochromatic Colors of #e12764

#e12764

Complementary Color

#e12764 #27e1a4

#e12764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12764 Color CSS Codes

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

#e12764 Text Font Color

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

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


#e12764 Background Color

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

This div background color is #e12764


#e12764 Border Color

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

This div border color is #e12764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12764


Comments

No comments written yet.

Please login to write comment.