Color Hex Logo

#e768fe Color Hex

#E768FE
(231,104,254)
0 Favorites   0 Comments

Color spaces of #e768fe

RGB 231104254
HSL0.810.990.70
HSV291°59°100°
CMYK 0.090.590.00   0.00
XYZ55.794734.045397.3966
Yxy34.04530.29800.1818
Hunter Lab58.348468.5782-58.1246
CIE-Lab64.998569.5221-53.0516

#e768fe color RGB value is (231,104,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101000 11111110
Octal 347 150 376
Decimal 231 104 254
Hex E7 68 FE

RGB Percentages of Color #e768fe

%39.22
%17.66
%43.12

CMYK Percentages of Color #e768fe

%9
%59
%0
%0

Triadic Colors of #e768fe

#e768fe #fee768 #68fee7

Analogous Colors of #e768fe

#e768fe #fe68ca #9c68fe

Monochromatic Colors of #e768fe

#e768fe

Complementary Color

#e768fe #7ffe68

#e768fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e768fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e768fe Color CSS Codes

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

#e768fe Text Font Color

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

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


#e768fe Background Color

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

This div background color is #e768fe


#e768fe Border Color

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

This div border color is #e768fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e768fe


Comments

No comments written yet.

Please login to write comment.