Color Hex Logo

#e12697 Color Hex

#E12697
(225,38,151)
0 Favorites   0 Comments

Color spaces of #e12697

RGB 22538151
HSL0.900.760.52
HSV324°83°88°
CMYK 0.000.830.33   0.12
XYZ37.330419.628131.0992
Yxy19.62810.42390.2229
Hunter Lab44.303672.8735-10.6065
CIE-Lab51.414175.5880-15.4811

#e12697 color RGB value is (225,38,151).

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

The process color (four color CMYK) of #e12697 color hex is 0.00, 0.83, 0.33, 0.12. Web safe color of #e12697 is #cc3399. Color #e12697 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100110 10010111
Octal 341 46 227
Decimal 225 38 151
Hex E1 26 97

RGB Percentages of Color #e12697

%54.35
%9.18
%36.47

CMYK Percentages of Color #e12697

%0
%83
%33
%12

Triadic Colors of #e12697

#e12697 #97e126 #2697e1

Analogous Colors of #e12697

#e12697 #e1263a #ce26e1

Monochromatic Colors of #e12697

#e12697

Complementary Color

#e12697 #26e170

#e12697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12697 Color CSS Codes

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

#e12697 Text Font Color

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

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


#e12697 Background Color

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

This div background color is #e12697


#e12697 Border Color

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

This div border color is #e12697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12697


Comments

No comments written yet.

Please login to write comment.