Color Hex Logo

#e20faf Color Hex

#E20FAF
(226,15,175)
0 Favorites   0 Comments

Color spaces of #e20faf

RGB 22615175
HSL0.870.880.47
HSV315°93°89°
CMYK 0.000.930.23   0.11
XYZ39.272719.605542.2718
Yxy19.60550.38830.1938
Hunter Lab44.278180.8349-25.6088
CIE-Lab51.388281.9431-29.7151

#e20faf color RGB value is (226,15,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001111 10101111
Octal 342 17 257
Decimal 226 15 175
Hex E2 F AF

RGB Percentages of Color #e20faf

%54.33
%3.61
%42.07

CMYK Percentages of Color #e20faf

%0
%93
%23
%11

Triadic Colors of #e20faf

#e20faf #afe20f #0fafe2

Analogous Colors of #e20faf

#e20faf #e20f46 #ac0fe2

Monochromatic Colors of #e20faf

#e20faf

Complementary Color

#e20faf #0fe242

#e20faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20faf Color CSS Codes

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

#e20faf Text Font Color

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

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


#e20faf Background Color

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

This div background color is #e20faf


#e20faf Border Color

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

This div border color is #e20faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,15,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20faf


Comments

No comments written yet.

Please login to write comment.