Color Hex Logo

#e64eec Color Hex

#E64EEC
(230,78,236)
0 Favorites   0 Comments

Color spaces of #e64eec

RGB 23078236
HSL0.830.810.62
HSV298°67°93°
CMYK 0.030.670.00   0.07
XYZ50.497828.327982.1632
Yxy28.32790.31370.1760
Hunter Lab53.224076.2152-54.2707
CIE-Lab60.183876.5838-50.7314

#e64eec color RGB value is (230,78,236).

#e64eec hex color red value is 230, green value is 78 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e64eec hue: 0.83 , saturation: 0.81 and the lightness value of e64eec is 0.62.

The process color (four color CMYK) of #e64eec color hex is 0.03, 0.67, 0.00, 0.07. Web safe color of #e64eec is #ff66ff. Color #e64eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001110 11101100
Octal 346 116 354
Decimal 230 78 236
Hex E6 4E EC

RGB Percentages of Color #e64eec

%42.28
%14.34
%43.38

CMYK Percentages of Color #e64eec

%3
%67
%0
%7

Triadic Colors of #e64eec

#e64eec #ece64e #4eece6

Analogous Colors of #e64eec

#e64eec #ec4ea3 #974eec

Monochromatic Colors of #e64eec

#e64eec

Complementary Color

#e64eec #54ec4e

#e64eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64eec Color CSS Codes

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

#e64eec Text Font Color

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

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


#e64eec Background Color

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

This div background color is #e64eec


#e64eec Border Color

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

This div border color is #e64eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64eec


Comments

No comments written yet.

Please login to write comment.