Color Hex Logo

#ef64aa Color Hex

#EF64AA
(239,100,170)
0 Favorites   0 Comments

Color spaces of #ef64aa

RGB 239100170
HSL0.920.810.66
HSV330°58°94°
CMYK 0.000.580.29   0.06
XYZ47.409530.367341.3929
Yxy30.36730.39780.2548
Hunter Lab55.106557.1315-5.9607
CIE-Lab61.969960.4557-10.4526

#ef64aa color RGB value is (239,100,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100100 10101010
Octal 357 144 252
Decimal 239 100 170
Hex EF 64 AA

RGB Percentages of Color #ef64aa

%46.95
%19.65
%33.40

CMYK Percentages of Color #ef64aa

%0
%58
%29
%6

Triadic Colors of #ef64aa

#ef64aa #aaef64 #64aaef

Analogous Colors of #ef64aa

#ef64aa #ef6465 #ef64ef

Monochromatic Colors of #ef64aa

#ef64aa

Complementary Color

#ef64aa #64efa9

#ef64aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef64aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef64aa Color CSS Codes

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

#ef64aa Text Font Color

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

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


#ef64aa Background Color

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

This div background color is #ef64aa


#ef64aa Border Color

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

This div border color is #ef64aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef64aa


Comments

No comments written yet.

Please login to write comment.