Color Hex Logo

#e13776 Color Hex

#E13776
(225,55,118)
0 Favorites   0 Comments

Color spaces of #e13776

RGB 22555118
HSL0.940.740.55
HSV338°76°88°
CMYK 0.000.760.48   0.12
XYZ35.687520.047919.1282
Yxy20.04790.47670.2678
Hunter Lab44.774963.91616.0132
CIE-Lab51.891368.07865.0411

#e13776 color RGB value is (225,55,118).

#e13776 hex color red value is 225, green value is 55 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #e13776 hue: 0.94 , saturation: 0.74 and the lightness value of e13776 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 01110110
Octal 341 67 166
Decimal 225 55 118
Hex E1 37 76

RGB Percentages of Color #e13776

%56.53
%13.82
%29.65

CMYK Percentages of Color #e13776

%0
%76
%48
%12

Triadic Colors of #e13776

#e13776 #76e137 #3776e1

Analogous Colors of #e13776

#e13776 #e14d37 #e137cb

Monochromatic Colors of #e13776

#e13776

Complementary Color

#e13776 #37e1a2

#e13776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13776 Color CSS Codes

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

#e13776 Text Font Color

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

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


#e13776 Background Color

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

This div background color is #e13776


#e13776 Border Color

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

This div border color is #e13776


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,55,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 #e13776">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13776


Comments

No comments written yet.

Please login to write comment.