Color Hex Logo

#e694ee Color Hex

#E694EE
(230,148,238)
0 Favorites   0 Comments

Color spaces of #e694ee

RGB 230148238
HSL0.820.730.76
HSV295°38°93°
CMYK 0.030.380.00   0.07
XYZ58.655644.175886.3242
Yxy44.17580.31010.2335
Hunter Lab66.464941.2136-30.4801
CIE-Lab72.345844.8892-32.7857

#e694ee color RGB value is (230,148,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010100 11101110
Octal 346 224 356
Decimal 230 148 238
Hex E6 94 EE

RGB Percentages of Color #e694ee

%37.34
%24.03
%38.64

CMYK Percentages of Color #e694ee

%3
%38
%0
%7

Triadic Colors of #e694ee

#e694ee #eee694 #94eee6

Analogous Colors of #e694ee

#e694ee #ee94c9 #b994ee

Monochromatic Colors of #e694ee

#e694ee

Complementary Color

#e694ee #9cee94

#e694ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e694ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e694ee Color CSS Codes

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

#e694ee Text Font Color

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

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


#e694ee Background Color

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

This div background color is #e694ee


#e694ee Border Color

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

This div border color is #e694ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e694ee


Comments

No comments written yet.

Please login to write comment.