Color Hex Logo

#e689ff Color Hex

#E689FF
(230,137,255)
0 Favorites   0 Comments

Color spaces of #e689ff

RGB 230137255
HSL0.801.000.77
HSV287°46°100°
CMYK 0.100.460.00   0.00
XYZ59.628841.934399.5591
Yxy41.93430.29650.2085
Hunter Lab64.756751.0409-45.8247
CIE-Lab70.825653.7834-44.4207

#e689ff color RGB value is (230,137,255).

#e689ff hex color red value is 230, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e689ff hue: 0.80 , saturation: 1.00 and the lightness value of e689ff is 0.77.

The process color (four color CMYK) of #e689ff color hex is 0.10, 0.46, 0.00, 0.00. Web safe color of #e689ff is #ff99ff. Color #e689ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001001 11111111
Octal 346 211 377
Decimal 230 137 255
Hex E6 89 FF

RGB Percentages of Color #e689ff

%36.98
%22.03
%41.00

CMYK Percentages of Color #e689ff

%10
%46
%0
%0

Triadic Colors of #e689ff

#e689ff #ffe689 #89ffe6

Analogous Colors of #e689ff

#e689ff #ff89dd #ab89ff

Monochromatic Colors of #e689ff

#e689ff

Complementary Color

#e689ff #a2ff89

#e689ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e689ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e689ff Color CSS Codes

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

#e689ff Text Font Color

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

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


#e689ff Background Color

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

This div background color is #e689ff


#e689ff Border Color

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

This div border color is #e689ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,137,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e689ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e689ff;
  -webkit-box-shadow: 1px 1px 3px 2px #e689ff;
  box-shadow:         1px 1px 3px 2px #e689ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,137,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e689ff

#e689ff Color Palettes


Comments

No comments written yet.

Please login to write comment.