Color Hex Logo

#e694ec Color Hex

#E694EC
(230,148,236)
0 Favorites   0 Comments

Color spaces of #e694ec

RGB 230148236
HSL0.820.700.75
HSV296°37°93°
CMYK 0.030.370.00   0.07
XYZ58.363444.058984.7850
Yxy44.05890.31180.2353
Hunter Lab66.376940.7907-29.2689
CIE-Lab72.267844.5173-31.8134

#e694ec color RGB value is (230,148,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010100 11101100
Octal 346 224 354
Decimal 230 148 236
Hex E6 94 EC

RGB Percentages of Color #e694ec

%37.46
%24.10
%38.44

CMYK Percentages of Color #e694ec

%3
%37
%0
%7

Triadic Colors of #e694ec

#e694ec #ece694 #94ece6

Analogous Colors of #e694ec

#e694ec #ec94c6 #ba94ec

Monochromatic Colors of #e694ec

#e694ec

Complementary Color

#e694ec #9aec94

#e694ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e694ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e694ec Color CSS Codes

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

#e694ec Text Font Color

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

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


#e694ec Background Color

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

This div background color is #e694ec


#e694ec Border Color

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

This div border color is #e694ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e694ec


Comments

No comments written yet.

Please login to write comment.