Color Hex Logo

#e864ff Color Hex

#E864FF
(232,100,255)
0 Favorites   0 Comments

Color spaces of #e864ff

RGB 232100255
HSL0.811.000.70
HSV291°61°100°
CMYK 0.090.610.00   0.00
XYZ55.885933.490198.1265
Yxy33.49010.29810.1786
Hunter Lab57.870671.1046-60.0238
CIE-Lab64.555871.6583-54.2951

#e864ff color RGB value is (232,100,255).

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

The process color (four color CMYK) of #e864ff color hex is 0.09, 0.61, 0.00, 0.00. Web safe color of #e864ff is #ff66ff. Color #e864ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100100 11111111
Octal 350 144 377
Decimal 232 100 255
Hex E8 64 FF

RGB Percentages of Color #e864ff

%39.52
%17.04
%43.44

CMYK Percentages of Color #e864ff

%9
%61
%0
%0

Triadic Colors of #e864ff

#e864ff #ffe864 #64ffe8

Analogous Colors of #e864ff

#e864ff #ff64c9 #9b64ff

Monochromatic Colors of #e864ff

#e864ff

Complementary Color

#e864ff #7bff64

#e864ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e864ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e864ff Color CSS Codes

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

#e864ff Text Font Color

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

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


#e864ff Background Color

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

This div background color is #e864ff


#e864ff Border Color

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

This div border color is #e864ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e864ff

Related Colors


Comments

No comments written yet.

Please login to write comment.