Color Hex Logo

#e11776 Color Hex

#E11776
(225,23,118)
0 Favorites   0 Comments

Color spaces of #e11776

RGB 22523118
HSL0.920.810.49
HSV332°90°88°
CMYK 0.000.900.48   0.12
XYZ34.627717.928318.7750
Yxy17.92830.48550.2513
Hunter Lab42.341871.88153.3492
CIE-Lab49.409075.17161.4550

#e11776 color RGB value is (225,23,118).

#e11776 hex color red value is 225, green value is 23 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #e11776 hue: 0.92 , saturation: 0.81 and the lightness value of e11776 is 0.49.

The process color (four color CMYK) of #e11776 color hex is 0.00, 0.90, 0.48, 0.12. Web safe color of #e11776 is #cc0066. Color #e11776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 01110110
Octal 341 27 166
Decimal 225 23 118
Hex E1 17 76

RGB Percentages of Color #e11776

%61.48
%6.28
%32.24

CMYK Percentages of Color #e11776

%0
%90
%48
%12

Triadic Colors of #e11776

#e11776 #76e117 #1776e1

Analogous Colors of #e11776

#e11776 #e11d17 #e117db

Monochromatic Colors of #e11776

#e11776

Complementary Color

#e11776 #17e182

#e11776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11776 Color CSS Codes

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

#e11776 Text Font Color

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

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


#e11776 Background Color

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

This div background color is #e11776


#e11776 Border Color

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

This div border color is #e11776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11776


Comments

No comments written yet.

Please login to write comment.