Color Hex Logo

#ef64ed Color Hex

#EF64ED
(239,100,237)
0 Favorites   0 Comments

Color spaces of #ef64ed

RGB 239100237
HSL0.840.810.66
HSV301°58°94°
CMYK 0.000.580.01   0.06
XYZ55.439833.579583.6803
Yxy33.57950.32100.1944
Hunter Lab57.947869.3657-45.0550
CIE-Lab64.627470.2321-44.1839

#ef64ed color RGB value is (239,100,237).

#ef64ed hex color red value is 239, green value is 100 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ef64ed hue: 0.84 , saturation: 0.81 and the lightness value of ef64ed is 0.66.

The process color (four color CMYK) of #ef64ed color hex is 0.00, 0.58, 0.01, 0.06. Web safe color of #ef64ed is #ff66ff. Color #ef64ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100100 11101101
Octal 357 144 355
Decimal 239 100 237
Hex EF 64 ED

RGB Percentages of Color #ef64ed

%41.49
%17.36
%41.15

CMYK Percentages of Color #ef64ed

%0
%58
%1
%6

Triadic Colors of #ef64ed

#ef64ed #edef64 #64edef

Analogous Colors of #ef64ed

#ef64ed #ef64a8 #ac64ef

Monochromatic Colors of #ef64ed

#ef64ed

Complementary Color

#ef64ed #64ef66

#ef64ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef64ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef64ed Color CSS Codes

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

#ef64ed Text Font Color

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

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


#ef64ed Background Color

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

This div background color is #ef64ed


#ef64ed Border Color

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

This div border color is #ef64ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef64ed


Comments

No comments written yet.

Please login to write comment.