Color Hex Logo

#e786ce Color Hex

#E786CE
(231,134,206)
0 Favorites   0 Comments

Color spaces of #e786ce

RGB 231134206
HSL0.880.670.72
HSV315°42°91°
CMYK 0.000.420.11   0.09
XYZ52.620738.495463.0495
Yxy38.49540.34130.2497
Hunter Lab62.044742.8095-16.8190
CIE-Lab68.384246.8346-21.2107

#e786ce color RGB value is (231,134,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000110 11001110
Octal 347 206 316
Decimal 231 134 206
Hex E7 86 CE

RGB Percentages of Color #e786ce

%40.46
%23.47
%36.08

CMYK Percentages of Color #e786ce

%0
%42
%11
%9

Triadic Colors of #e786ce

#e786ce #cee786 #86cee7

Analogous Colors of #e786ce

#e786ce #e7869e #d086e7

Monochromatic Colors of #e786ce

#e786ce

Complementary Color

#e786ce #86e79f

#e786ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e786ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e786ce Color CSS Codes

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

#e786ce Text Font Color

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

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


#e786ce Background Color

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

This div background color is #e786ce


#e786ce Border Color

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

This div border color is #e786ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e786ce


Comments

No comments written yet.

Please login to write comment.