Color Hex Logo

#e11d74 Color Hex

#E11D74
(225,29,116)
0 Favorites   0 Comments

Color spaces of #e11d74

RGB 22529116
HSL0.930.770.50
HSV333°87°88°
CMYK 0.000.870.48   0.12
XYZ34.643118.147218.1999
Yxy18.14720.48800.2556
Hunter Lab42.599570.61194.4891
CIE-Lab49.674274.08173.0606

#e11d74 color RGB value is (225,29,116).

#e11d74 hex color red value is 225, green value is 29 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e11d74 hue: 0.93 , saturation: 0.77 and the lightness value of e11d74 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011101 01110100
Octal 341 35 164
Decimal 225 29 116
Hex E1 1D 74

RGB Percentages of Color #e11d74

%60.81
%7.84
%31.35

CMYK Percentages of Color #e11d74

%0
%87
%48
%12

Triadic Colors of #e11d74

#e11d74 #74e11d #1d74e1

Analogous Colors of #e11d74

#e11d74 #e1281d #e11dd6

Monochromatic Colors of #e11d74

#e11d74

Complementary Color

#e11d74 #1de18a

#e11d74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11d74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11d74 Color CSS Codes

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

#e11d74 Text Font Color

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

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


#e11d74 Background Color

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

This div background color is #e11d74


#e11d74 Border Color

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

This div border color is #e11d74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11d74


Comments

No comments written yet.

Please login to write comment.