Color Hex Logo

#e786db Color Hex

#E786DB
(231,134,219)
0 Favorites   0 Comments

Color spaces of #e786db

RGB 231134219
HSL0.850.670.72
HSV307°42°91°
CMYK 0.000.420.05   0.09
XYZ54.266339.153671.7151
Yxy39.15360.32860.2371
Hunter Lab62.572845.3017-24.1516
CIE-Lab68.862449.0093-27.6979

#e786db color RGB value is (231,134,219).

#e786db hex color red value is 231, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e786db hue: 0.85 , saturation: 0.67 and the lightness value of e786db is 0.72.

The process color (four color CMYK) of #e786db color hex is 0.00, 0.42, 0.05, 0.09. Web safe color of #e786db is #ff99cc. Color #e786db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000110 11011011
Octal 347 206 333
Decimal 231 134 219
Hex E7 86 DB

RGB Percentages of Color #e786db

%39.55
%22.95
%37.50

CMYK Percentages of Color #e786db

%0
%42
%5
%9

Triadic Colors of #e786db

#e786db #dbe786 #86dbe7

Analogous Colors of #e786db

#e786db #e786ab #c386e7

Monochromatic Colors of #e786db

#e786db

Complementary Color

#e786db #86e792

#e786db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e786db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e786db Color CSS Codes

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

#e786db Text Font Color

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

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


#e786db Background Color

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

This div background color is #e786db


#e786db Border Color

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

This div border color is #e786db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e786db


Comments

No comments written yet.

Please login to write comment.