Color Hex Logo

#e256fd Color Hex

#E256FD
(226,86,253)
0 Favorites   0 Comments

Color spaces of #e256fd

RGB 22686253
HSL0.810.980.66
HSV290°66°99°
CMYK 0.110.660.00   0.01
XYZ52.421429.916295.9400
Yxy29.91620.29400.1678
Hunter Lab54.695775.3603-65.7117
CIE-Lab61.581975.6360-57.9769

#e256fd color RGB value is (226,86,253).

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

The process color (four color CMYK) of #e256fd color hex is 0.11, 0.66, 0.00, 0.01. Web safe color of #e256fd is #cc66ff. Color #e256fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010110 11111101
Octal 342 126 375
Decimal 226 86 253
Hex E2 56 FD

RGB Percentages of Color #e256fd

%40.00
%15.22
%44.78

CMYK Percentages of Color #e256fd

%11
%66
%0
%1

Triadic Colors of #e256fd

#e256fd #fde256 #56fde2

Analogous Colors of #e256fd

#e256fd #fd56c5 #8f56fd

Monochromatic Colors of #e256fd

#e256fd

Complementary Color

#e256fd #71fd56

#e256fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e256fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e256fd Color CSS Codes

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

#e256fd Text Font Color

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

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


#e256fd Background Color

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

This div background color is #e256fd


#e256fd Border Color

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

This div border color is #e256fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e256fd


Comments

No comments written yet.

Please login to write comment.