Color Hex Logo

#e760fd Color Hex

#E760FD
(231,96,253)
0 Favorites   0 Comments

Color spaces of #e760fd

RGB 23196253
HSL0.810.980.68
HSV292°62°99°
CMYK 0.090.620.00   0.01
XYZ54.867532.446596.2995
Yxy32.44650.29880.1767
Hunter Lab56.961872.2538-60.3622
CIE-Lab63.710272.7431-54.5465

#e760fd color RGB value is (231,96,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 11111101
Octal 347 140 375
Decimal 231 96 253
Hex E7 60 FD

RGB Percentages of Color #e760fd

%39.83
%16.55
%43.62

CMYK Percentages of Color #e760fd

%9
%62
%0
%1

Triadic Colors of #e760fd

#e760fd #fde760 #60fde7

Analogous Colors of #e760fd

#e760fd #fd60c5 #9960fd

Monochromatic Colors of #e760fd

#e760fd

Complementary Color

#e760fd #76fd60

#e760fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e760fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e760fd Color CSS Codes

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

#e760fd Text Font Color

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

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


#e760fd Background Color

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

This div background color is #e760fd


#e760fd Border Color

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

This div border color is #e760fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,96,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e760fd

Related Colors


Comments

No comments written yet.

Please login to write comment.