Color Hex Logo

#e656ff Color Hex

#E656FF
(230,86,255)
0 Favorites   0 Comments

Color spaces of #e656ff

RGB 23086255
HSL0.811.000.67
HSV291°66°100°
CMYK 0.100.660.00   0.00
XYZ54.010930.698697.6865
Yxy30.69860.29610.1683
Hunter Lab55.406377.0434-65.7494
CIE-Lab62.252476.8489-57.9773

#e656ff color RGB value is (230,86,255).

#e656ff hex color red value is 230, green value is 86 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e656ff hue: 0.81 , saturation: 1.00 and the lightness value of e656ff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010110 11111111
Octal 346 126 377
Decimal 230 86 255
Hex E6 56 FF

RGB Percentages of Color #e656ff

%40.28
%15.06
%44.66

CMYK Percentages of Color #e656ff

%10
%66
%0
%0

Triadic Colors of #e656ff

#e656ff #ffe656 #56ffe6

Analogous Colors of #e656ff

#e656ff #ff56c4 #9256ff

Monochromatic Colors of #e656ff

#e656ff

Complementary Color

#e656ff #6fff56

#e656ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e656ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e656ff Color CSS Codes

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

#e656ff Text Font Color

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

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


#e656ff Background Color

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

This div background color is #e656ff


#e656ff Border Color

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

This div border color is #e656ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e656ff


Comments

No comments written yet.

Please login to write comment.