Color Hex Logo

#e761fe Color Hex

#E761FE
(231,97,254)
0 Favorites   0 Comments

Color spaces of #e761fe

RGB 23197254
HSL0.810.990.69
HSV291°62°100°
CMYK 0.090.620.00   0.00
XYZ55.119132.694197.1714
Yxy32.69410.29800.1767
Hunter Lab57.178872.0074-60.7342
CIE-Lab63.912572.5068-54.7755

#e761fe color RGB value is (231,97,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100001 11111110
Octal 347 141 376
Decimal 231 97 254
Hex E7 61 FE

RGB Percentages of Color #e761fe

%39.69
%16.67
%43.64

CMYK Percentages of Color #e761fe

%9
%62
%0
%0

Triadic Colors of #e761fe

#e761fe #fee761 #61fee7

Analogous Colors of #e761fe

#e761fe #fe61c7 #9961fe

Monochromatic Colors of #e761fe

#e761fe

Complementary Color

#e761fe #78fe61

#e761fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e761fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e761fe Color CSS Codes

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

#e761fe Text Font Color

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

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


#e761fe Background Color

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

This div background color is #e761fe


#e761fe Border Color

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

This div border color is #e761fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e761fe

Related Colors


Comments

No comments written yet.

Please login to write comment.