Color Hex Logo

#e64eef Color Hex

#E64EEF
(230,78,239)
0 Favorites   0 Comments

Color spaces of #e64eef

RGB 23078239
HSL0.820.830.62
HSV297°67°94°
CMYK 0.040.670.00   0.06
XYZ50.937528.503884.4784
Yxy28.50380.31070.1739
Hunter Lab53.389076.8732-56.4435
CIE-Lab60.341277.0775-52.1546

#e64eef color RGB value is (230,78,239).

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

The process color (four color CMYK) of #e64eef color hex is 0.04, 0.67, 0.00, 0.06. Web safe color of #e64eef is #ff66ff. Color #e64eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001110 11101111
Octal 346 116 357
Decimal 230 78 239
Hex E6 4E EF

RGB Percentages of Color #e64eef

%42.05
%14.26
%43.69

CMYK Percentages of Color #e64eef

%4
%67
%0
%6

Triadic Colors of #e64eef

#e64eef #efe64e #4eefe6

Analogous Colors of #e64eef

#e64eef #ef4ea8 #964eef

Monochromatic Colors of #e64eef

#e64eef

Complementary Color

#e64eef #57ef4e

#e64eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64eef Color CSS Codes

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

#e64eef Text Font Color

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

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


#e64eef Background Color

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

This div background color is #e64eef


#e64eef Border Color

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

This div border color is #e64eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64eef


Comments

No comments written yet.

Please login to write comment.