Color Hex Logo

#e768de Color Hex

#E768DE
(231,104,222)
0 Favorites   0 Comments

Color spaces of #e768de

RGB 231104222
HSL0.850.730.66
HSV304°55°91°
CMYK 0.000.550.04   0.09
XYZ51.090132.163572.6227
Yxy32.16350.32780.2063
Hunter Lab56.712961.5552-36.2238
CIE-Lab63.477863.9629-37.7127

#e768de color RGB value is (231,104,222).

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

The process color (four color CMYK) of #e768de color hex is 0.00, 0.55, 0.04, 0.09. Web safe color of #e768de is #ff66cc. Color #e768de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101000 11011110
Octal 347 150 336
Decimal 231 104 222
Hex E7 68 DE

RGB Percentages of Color #e768de

%41.47
%18.67
%39.86

CMYK Percentages of Color #e768de

%0
%55
%4
%9

Triadic Colors of #e768de

#e768de #dee768 #68dee7

Analogous Colors of #e768de

#e768de #e7689f #b168e7

Monochromatic Colors of #e768de

#e768de

Complementary Color

#e768de #68e771

#e768de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e768de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e768de Color CSS Codes

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

#e768de Text Font Color

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

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


#e768de Background Color

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

This div background color is #e768de


#e768de Border Color

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

This div border color is #e768de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e768de


Comments

No comments written yet.

Please login to write comment.