Color Hex Logo

#e693ff Color Hex

#E693FF
(230,147,255)
0 Favorites   0 Comments

Color spaces of #e693ff

RGB 230147255
HSL0.791.000.79
HSV286°42°100°
CMYK 0.100.420.00   0.00
XYZ61.116844.9104100.0551
Yxy44.91040.29660.2179
Hunter Lab67.015245.5125-41.6105
CIE-Lab72.832948.6626-41.2817

#e693ff color RGB value is (230,147,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010011 11111111
Octal 346 223 377
Decimal 230 147 255
Hex E6 93 FF

RGB Percentages of Color #e693ff

%36.39
%23.26
%40.35

CMYK Percentages of Color #e693ff

%10
%42
%0
%0

Triadic Colors of #e693ff

#e693ff #ffe693 #93ffe6

Analogous Colors of #e693ff

#e693ff #ff93e2 #b093ff

Monochromatic Colors of #e693ff

#e693ff

Complementary Color

#e693ff #acff93

#e693ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e693ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e693ff Color CSS Codes

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

#e693ff Text Font Color

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

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


#e693ff Background Color

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

This div background color is #e693ff


#e693ff Border Color

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

This div border color is #e693ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,147,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 #e693ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e693ff


Comments

No comments written yet.

Please login to write comment.