Color Hex Logo

#ef64ad Color Hex

#EF64AD
(239,100,173)
0 Favorites   0 Comments

Color spaces of #ef64ad

RGB 239100173
HSL0.910.810.66
HSV328°58°94°
CMYK 0.000.580.28   0.06
XYZ47.696630.482242.9049
Yxy30.48220.39390.2517
Hunter Lab55.210757.5877-7.4275
CIE-Lab62.068160.8312-12.0263

#ef64ad color RGB value is (239,100,173).

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

The process color (four color CMYK) of #ef64ad color hex is 0.00, 0.58, 0.28, 0.06. Web safe color of #ef64ad is #ff6699. Color #ef64ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100100 10101101
Octal 357 144 255
Decimal 239 100 173
Hex EF 64 AD

RGB Percentages of Color #ef64ad

%46.68
%19.53
%33.79

CMYK Percentages of Color #ef64ad

%0
%58
%28
%6

Triadic Colors of #ef64ad

#ef64ad #adef64 #64adef

Analogous Colors of #ef64ad

#ef64ad #ef6468 #ec64ef

Monochromatic Colors of #ef64ad

#ef64ad

Complementary Color

#ef64ad #64efa6

#ef64ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef64ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef64ad Color CSS Codes

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

#ef64ad Text Font Color

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

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


#ef64ad Background Color

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

This div background color is #ef64ad


#ef64ad Border Color

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

This div border color is #ef64ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef64ad


Comments

No comments written yet.

Please login to write comment.