Color Hex Logo

#e786e4 Color Hex

#E786E4
(231,134,228)
0 Favorites   0 Comments

Color spaces of #e786e4

RGB 231134228
HSL0.840.670.72
HSV302°42°91°
CMYK 0.000.420.01   0.09
XYZ55.483739.640678.1259
Yxy39.64060.32030.2288
Hunter Lab62.960847.1204-29.4984
CIE-Lab69.212850.5778-32.1317

#e786e4 color RGB value is (231,134,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000110 11100100
Octal 347 206 344
Decimal 231 134 228
Hex E7 86 E4

RGB Percentages of Color #e786e4

%38.95
%22.60
%38.45

CMYK Percentages of Color #e786e4

%0
%42
%1
%9

Triadic Colors of #e786e4

#e786e4 #e4e786 #86e4e7

Analogous Colors of #e786e4

#e786e4 #e786b4 #ba86e7

Monochromatic Colors of #e786e4

#e786e4

Complementary Color

#e786e4 #86e789

#e786e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e786e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e786e4 Color CSS Codes

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

#e786e4 Text Font Color

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

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


#e786e4 Background Color

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

This div background color is #e786e4


#e786e4 Border Color

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

This div border color is #e786e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e786e4


Comments

No comments written yet.

Please login to write comment.