Color Hex Logo

#e11fae Color Hex

#E11FAE
(225,31,174)
0 Favorites   0 Comments

Color spaces of #e11fae

RGB 22531174
HSL0.880.760.50
HSV316°86°88°
CMYK 0.000.860.23   0.12
XYZ39.181320.043541.8481
Yxy20.04350.38770.1983
Hunter Lab44.770077.8703-24.0815
CIE-Lab51.886479.5068-28.3671

#e11fae color RGB value is (225,31,174).

#e11fae hex color red value is 225, green value is 31 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e11fae hue: 0.88 , saturation: 0.76 and the lightness value of e11fae is 0.50.

The process color (four color CMYK) of #e11fae color hex is 0.00, 0.86, 0.23, 0.12. Web safe color of #e11fae is #cc3399. Color #e11fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011111 10101110
Octal 341 37 256
Decimal 225 31 174
Hex E1 1F AE

RGB Percentages of Color #e11fae

%52.33
%7.21
%40.47

CMYK Percentages of Color #e11fae

%0
%86
%23
%12

Triadic Colors of #e11fae

#e11fae #aee11f #1faee1

Analogous Colors of #e11fae

#e11fae #e11f4d #b31fe1

Monochromatic Colors of #e11fae

#e11fae

Complementary Color

#e11fae #1fe152

#e11fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11fae Color CSS Codes

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

#e11fae Text Font Color

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

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


#e11fae Background Color

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

This div background color is #e11fae


#e11fae Border Color

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

This div border color is #e11fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11fae


Comments

No comments written yet.

Please login to write comment.