Color Hex Logo

#e786ee Color Hex

#E786EE
(231,134,238)
0 Favorites   0 Comments

Color spaces of #e786ee

RGB 231134238
HSL0.820.750.73
HSV296°44°93°
CMYK 0.030.440.00   0.07
XYZ56.912740.212285.6510
Yxy40.21220.31140.2200
Hunter Lab63.413149.2293-35.6928
CIE-Lab69.620452.3780-37.0023

#e786ee color RGB value is (231,134,238).

#e786ee hex color red value is 231, green value is 134 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e786ee hue: 0.82 , saturation: 0.75 and the lightness value of e786ee is 0.73.

The process color (four color CMYK) of #e786ee color hex is 0.03, 0.44, 0.00, 0.07. Web safe color of #e786ee is #ff99ff. Color #e786ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000110 11101110
Octal 347 206 356
Decimal 231 134 238
Hex E7 86 EE

RGB Percentages of Color #e786ee

%38.31
%22.22
%39.47

CMYK Percentages of Color #e786ee

%3
%44
%0
%7

Triadic Colors of #e786ee

#e786ee #eee786 #86eee7

Analogous Colors of #e786ee

#e786ee #ee86c1 #b386ee

Monochromatic Colors of #e786ee

#e786ee

Complementary Color

#e786ee #8dee86

#e786ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e786ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e786ee Color CSS Codes

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

#e786ee Text Font Color

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

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


#e786ee Background Color

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

This div background color is #e786ee


#e786ee Border Color

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

This div border color is #e786ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e786ee


Comments

No comments written yet.

Please login to write comment.