Color Hex Logo

#e694eb Color Hex

#E694EB
(230,148,235)
0 Favorites   0 Comments

Color spaces of #e694eb

RGB 230148235
HSL0.820.690.75
HSV297°37°92°
CMYK 0.020.370.00   0.08
XYZ58.218444.001084.0219
Yxy44.00100.31260.2363
Hunter Lab66.333240.5801-28.6672
CIE-Lab72.229244.3318-31.3264

#e694eb color RGB value is (230,148,235).

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

The process color (four color CMYK) of #e694eb color hex is 0.02, 0.37, 0.00, 0.08. Web safe color of #e694eb is #ff99ff. Color #e694eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010100 11101011
Octal 346 224 353
Decimal 230 148 235
Hex E6 94 EB

RGB Percentages of Color #e694eb

%37.52
%24.14
%38.34

CMYK Percentages of Color #e694eb

%2
%37
%0
%8

Triadic Colors of #e694eb

#e694eb #ebe694 #94ebe6

Analogous Colors of #e694eb

#e694eb #eb94c5 #bb94eb

Monochromatic Colors of #e694eb

#e694eb

Complementary Color

#e694eb #99eb94

#e694eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e694eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e694eb Color CSS Codes

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

#e694eb Text Font Color

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

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


#e694eb Background Color

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

This div background color is #e694eb


#e694eb Border Color

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

This div border color is #e694eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e694eb


Comments

No comments written yet.

Please login to write comment.