Color Hex Logo

#e12776 Color Hex

#E12776
(225,39,118)
0 Favorites   0 Comments

Color spaces of #e12776

RGB 22539118
HSL0.930.760.52
HSV335°83°88°
CMYK 0.000.830.48   0.12
XYZ35.046918.766618.9147
Yxy18.76660.48190.2580
Hunter Lab43.320468.59854.4369
CIE-Lab50.413072.27932.9106

#e12776 color RGB value is (225,39,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 01110110
Octal 341 47 166
Decimal 225 39 118
Hex E1 27 76

RGB Percentages of Color #e12776

%58.90
%10.21
%30.89

CMYK Percentages of Color #e12776

%0
%83
%48
%12

Triadic Colors of #e12776

#e12776 #76e127 #2776e1

Analogous Colors of #e12776

#e12776 #e13527 #e127d3

Monochromatic Colors of #e12776

#e12776

Complementary Color

#e12776 #27e192

#e12776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12776 Color CSS Codes

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

#e12776 Text Font Color

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

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


#e12776 Background Color

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

This div background color is #e12776


#e12776 Border Color

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

This div border color is #e12776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12776


Comments

No comments written yet.

Please login to write comment.