Color Hex Logo

#e760ff Color Hex

#E760FF
(231,96,255)
0 Favorites   0 Comments

Color spaces of #e760ff

RGB 23196255
HSL0.811.000.69
HSV291°62°100°
CMYK 0.090.620.00   0.00
XYZ55.187932.574797.9866
Yxy32.57470.29710.1754
Hunter Lab57.074272.7205-61.8387
CIE-Lab63.815173.1000-55.4804

#e760ff color RGB value is (231,96,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 11111111
Octal 347 140 377
Decimal 231 96 255
Hex E7 60 FF

RGB Percentages of Color #e760ff

%39.69
%16.49
%43.81

CMYK Percentages of Color #e760ff

%9
%62
%0
%0

Triadic Colors of #e760ff

#e760ff #ffe760 #60ffe7

Analogous Colors of #e760ff

#e760ff #ff60c8 #9860ff

Monochromatic Colors of #e760ff

#e760ff

Complementary Color

#e760ff #78ff60

#e760ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e760ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e760ff Color CSS Codes

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

#e760ff Text Font Color

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

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


#e760ff Background Color

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

This div background color is #e760ff


#e760ff Border Color

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

This div border color is #e760ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e760ff

Related Colors


Comments

No comments written yet.

Please login to write comment.