Color Hex Logo

#ef64ac Color Hex

#EF64AC
(239,100,172)
0 Favorites   0 Comments

Color spaces of #ef64ac

RGB 239100172
HSL0.910.810.66
HSV329°58°94°
CMYK 0.000.580.28   0.06
XYZ47.600230.443642.3971
Yxy30.44360.39520.2528
Hunter Lab55.175757.4348-6.9355
CIE-Lab62.035160.7055-11.5024

#ef64ac color RGB value is (239,100,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100100 10101100
Octal 357 144 254
Decimal 239 100 172
Hex EF 64 AC

RGB Percentages of Color #ef64ac

%46.77
%19.57
%33.66

CMYK Percentages of Color #ef64ac

%0
%58
%28
%6

Triadic Colors of #ef64ac

#ef64ac #acef64 #64acef

Analogous Colors of #ef64ac

#ef64ac #ef6467 #ed64ef

Monochromatic Colors of #ef64ac

#ef64ac

Complementary Color

#ef64ac #64efa7

#ef64ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef64ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef64ac Color CSS Codes

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

#ef64ac Text Font Color

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

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


#ef64ac Background Color

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

This div background color is #ef64ac


#ef64ac Border Color

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

This div border color is #ef64ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef64ac


Comments

No comments written yet.

Please login to write comment.