Color Hex Logo

#e767de Color Hex

#E767DE
(231,103,222)
0 Favorites   0 Comments

Color spaces of #e767de

RGB 231103222
HSL0.850.730.65
HSV304°55°91°
CMYK 0.000.550.04   0.09
XYZ50.990131.963372.5893
Yxy31.96330.32780.2055
Hunter Lab56.536162.0516-36.5499
CIE-Lab63.312564.4097-37.9708

#e767de color RGB value is (231,103,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100111 11011110
Octal 347 147 336
Decimal 231 103 222
Hex E7 67 DE

RGB Percentages of Color #e767de

%41.55
%18.53
%39.93

CMYK Percentages of Color #e767de

%0
%55
%4
%9

Triadic Colors of #e767de

#e767de #dee767 #67dee7

Analogous Colors of #e767de

#e767de #e7679e #b067e7

Monochromatic Colors of #e767de

#e767de

Complementary Color

#e767de #67e770

#e767de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e767de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e767de Color CSS Codes

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

#e767de Text Font Color

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

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


#e767de Background Color

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

This div background color is #e767de


#e767de Border Color

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

This div border color is #e767de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e767de


Comments

No comments written yet.

Please login to write comment.