Color Hex Logo

#e256fa Color Hex

#E256FA
(226,86,250)
0 Favorites   0 Comments

Color spaces of #e256fa

RGB 22686250
HSL0.810.940.66
HSV291°66°98°
CMYK 0.100.660.00   0.02
XYZ51.947129.726593.4423
Yxy29.72650.29660.1698
Hunter Lab54.522074.6564-63.4485
CIE-Lab61.417575.1039-56.5817

#e256fa color RGB value is (226,86,250).

#e256fa hex color red value is 226, green value is 86 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e256fa hue: 0.81 , saturation: 0.94 and the lightness value of e256fa is 0.66.

The process color (four color CMYK) of #e256fa color hex is 0.10, 0.66, 0.00, 0.02. Web safe color of #e256fa is #cc66ff. Color #e256fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010110 11111010
Octal 342 126 372
Decimal 226 86 250
Hex E2 56 FA

RGB Percentages of Color #e256fa

%40.21
%15.30
%44.48

CMYK Percentages of Color #e256fa

%10
%66
%0
%2

Triadic Colors of #e256fa

#e256fa #fae256 #56fae2

Analogous Colors of #e256fa

#e256fa #fa56c0 #9056fa

Monochromatic Colors of #e256fa

#e256fa

Complementary Color

#e256fa #6efa56

#e256fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e256fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e256fa Color CSS Codes

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

#e256fa Text Font Color

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

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


#e256fa Background Color

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

This div background color is #e256fa


#e256fa Border Color

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

This div border color is #e256fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e256fa


Comments

No comments written yet.

Please login to write comment.