Color Hex Logo

#e11274 Color Hex

#E11274
(225,18,116)
0 Favorites   0 Comments

Color spaces of #e11274

RGB 22518116
HSL0.920.850.48
HSV332°92°88°
CMYK 0.000.920.48   0.12
XYZ34.420017.701118.1255
Yxy17.70110.49000.2520
Hunter Lab42.072772.40513.9079
CIE-Lab49.131575.65222.2754

#e11274 color RGB value is (225,18,116).

#e11274 hex color red value is 225, green value is 18 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e11274 hue: 0.92 , saturation: 0.85 and the lightness value of e11274 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010010 01110100
Octal 341 22 164
Decimal 225 18 116
Hex E1 12 74

RGB Percentages of Color #e11274

%62.67
%5.01
%32.31

CMYK Percentages of Color #e11274

%0
%92
%48
%12

Triadic Colors of #e11274

#e11274 #74e112 #1274e1

Analogous Colors of #e11274

#e11274 #e11712 #e112dc

Monochromatic Colors of #e11274

#e11274

Complementary Color

#e11274 #12e17f

#e11274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11274 Color CSS Codes

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

#e11274 Text Font Color

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

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


#e11274 Background Color

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

This div background color is #e11274


#e11274 Border Color

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

This div border color is #e11274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11274


Comments

No comments written yet.

Please login to write comment.