Color Hex Logo

#e64def Color Hex

#E64DEF
(230,77,239)
0 Favorites   0 Comments

Color spaces of #e64def

RGB 23077239
HSL0.820.840.62
HSV297°68°94°
CMYK 0.040.680.00   0.06
XYZ50.867028.362784.4549
Yxy28.36270.31080.1733
Hunter Lab53.256677.2915-56.7430
CIE-Lab60.215077.4339-52.3551

#e64def color RGB value is (230,77,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001101 11101111
Octal 346 115 357
Decimal 230 77 239
Hex E6 4D EF

RGB Percentages of Color #e64def

%42.12
%14.10
%43.77

CMYK Percentages of Color #e64def

%4
%68
%0
%6

Triadic Colors of #e64def

#e64def #efe64d #4defe6

Analogous Colors of #e64def

#e64def #ef4da7 #954def

Monochromatic Colors of #e64def

#e64def

Complementary Color

#e64def #56ef4d

#e64def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64def Color CSS Codes

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

#e64def Text Font Color

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

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


#e64def Background Color

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

This div background color is #e64def


#e64def Border Color

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

This div border color is #e64def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64def


Comments

No comments written yet.

Please login to write comment.