Color Hex Logo

#e786d3 Color Hex

#E786D3
(231,134,211)
0 Favorites   0 Comments

Color spaces of #e786d3

RGB 231134211
HSL0.870.670.72
HSV312°42°91°
CMYK 0.000.420.09   0.09
XYZ53.238038.742366.3001
Yxy38.74230.33640.2448
Hunter Lab62.243343.7490-19.5840
CIE-Lab68.564247.6579-23.7172

#e786d3 color RGB value is (231,134,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000110 11010011
Octal 347 206 323
Decimal 231 134 211
Hex E7 86 D3

RGB Percentages of Color #e786d3

%40.10
%23.26
%36.63

CMYK Percentages of Color #e786d3

%0
%42
%9
%9

Triadic Colors of #e786d3

#e786d3 #d3e786 #86d3e7

Analogous Colors of #e786d3

#e786d3 #e786a3 #cb86e7

Monochromatic Colors of #e786d3

#e786d3

Complementary Color

#e786d3 #86e79a

#e786d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e786d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e786d3 Color CSS Codes

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

#e786d3 Text Font Color

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

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


#e786d3 Background Color

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

This div background color is #e786d3


#e786d3 Border Color

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

This div border color is #e786d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e786d3


Comments

No comments written yet.

Please login to write comment.