Color Hex Logo

#e865ff Color Hex

#E865FF
(232,101,255)
0 Favorites   0 Comments

Color spaces of #e865ff

RGB 232101255
HSL0.811.000.70
HSV291°60°100°
CMYK 0.090.600.00   0.00
XYZ55.982433.683298.1586
Yxy33.68320.29810.1793
Hunter Lab58.037270.6150-59.6514
CIE-Lab64.710371.2332-54.0497

#e865ff color RGB value is (232,101,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100101 11111111
Octal 350 145 377
Decimal 232 101 255
Hex E8 65 FF

RGB Percentages of Color #e865ff

%39.46
%17.18
%43.37

CMYK Percentages of Color #e865ff

%9
%60
%0
%0

Triadic Colors of #e865ff

#e865ff #ffe865 #65ffe8

Analogous Colors of #e865ff

#e865ff #ff65c9 #9b65ff

Monochromatic Colors of #e865ff

#e865ff

Complementary Color

#e865ff #7cff65

#e865ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e865ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e865ff Color CSS Codes

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

#e865ff Text Font Color

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

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


#e865ff Background Color

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

This div background color is #e865ff


#e865ff Border Color

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

This div border color is #e865ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e865ff


Comments

No comments written yet.

Please login to write comment.