Color Hex Logo

#e768eb Color Hex

#E768EB
(231,104,235)
0 Favorites   0 Comments

Color spaces of #e768eb

RGB 231104235
HSL0.830.770.66
HSV298°56°92°
CMYK 0.020.560.00   0.08
XYZ52.900732.887782.1570
Yxy32.88770.31500.1958
Hunter Lab57.347864.2994-44.7960
CIE-Lab64.069966.1576-44.0268

#e768eb color RGB value is (231,104,235).

#e768eb hex color red value is 231, green value is 104 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e768eb hue: 0.83 , saturation: 0.77 and the lightness value of e768eb is 0.66.

The process color (four color CMYK) of #e768eb color hex is 0.02, 0.56, 0.00, 0.08. Web safe color of #e768eb is #ff66ff. Color #e768eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101000 11101011
Octal 347 150 353
Decimal 231 104 235
Hex E7 68 EB

RGB Percentages of Color #e768eb

%40.53
%18.25
%41.23

CMYK Percentages of Color #e768eb

%2
%56
%0
%8

Triadic Colors of #e768eb

#e768eb #ebe768 #68ebe7

Analogous Colors of #e768eb

#e768eb #eb68ae #a668eb

Monochromatic Colors of #e768eb

#e768eb

Complementary Color

#e768eb #6ceb68

#e768eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e768eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e768eb Color CSS Codes

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

#e768eb Text Font Color

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

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


#e768eb Background Color

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

This div background color is #e768eb


#e768eb Border Color

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

This div border color is #e768eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e768eb


Comments

No comments written yet.

Please login to write comment.