Color Hex Logo

#e863ff Color Hex

#E863FF
(232,99,255)
0 Favorites   0 Comments

Color spaces of #e863ff

RGB 23299255
HSL0.811.000.69
HSV291°61°100°
CMYK 0.090.610.00   0.00
XYZ55.790633.299598.0947
Yxy33.29950.29810.1779
Hunter Lab57.705771.5910-60.3938
CIE-Lab64.402772.0801-54.5382

#e863ff color RGB value is (232,99,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100011 11111111
Octal 350 143 377
Decimal 232 99 255
Hex E8 63 FF

RGB Percentages of Color #e863ff

%39.59
%16.89
%43.52

CMYK Percentages of Color #e863ff

%9
%61
%0
%0

Triadic Colors of #e863ff

#e863ff #ffe863 #63ffe8

Analogous Colors of #e863ff

#e863ff #ff63c8 #9a63ff

Monochromatic Colors of #e863ff

#e863ff

Complementary Color

#e863ff #7aff63

#e863ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e863ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e863ff Color CSS Codes

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

#e863ff Text Font Color

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

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


#e863ff Background Color

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

This div background color is #e863ff


#e863ff Border Color

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

This div border color is #e863ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e863ff


Comments

No comments written yet.

Please login to write comment.