Color Hex Logo

#e20fae Color Hex

#E20FAE
(226,15,174)
0 Favorites   0 Comments

Color spaces of #e20fae

RGB 22615174
HSL0.870.880.47
HSV315°93°89°
CMYK 0.000.930.23   0.11
XYZ39.174819.566441.7563
Yxy19.56640.38980.1947
Hunter Lab44.233980.6752-25.0053
CIE-Lab51.343481.8266-29.1969

#e20fae color RGB value is (226,15,174).

#e20fae hex color red value is 226, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e20fae hue: 0.87 , saturation: 0.88 and the lightness value of e20fae is 0.47.

The process color (four color CMYK) of #e20fae color hex is 0.00, 0.93, 0.23, 0.11. Web safe color of #e20fae is #cc0099. Color #e20fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001111 10101110
Octal 342 17 256
Decimal 226 15 174
Hex E2 F AE

RGB Percentages of Color #e20fae

%54.46
%3.61
%41.93

CMYK Percentages of Color #e20fae

%0
%93
%23
%11

Triadic Colors of #e20fae

#e20fae #aee20f #0faee2

Analogous Colors of #e20fae

#e20fae #e20f45 #ad0fe2

Monochromatic Colors of #e20fae

#e20fae

Complementary Color

#e20fae #0fe243

#e20fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20fae Color CSS Codes

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

#e20fae Text Font Color

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

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


#e20fae Background Color

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

This div background color is #e20fae


#e20fae Border Color

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

This div border color is #e20fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20fae


Comments

No comments written yet.

Please login to write comment.