Color Hex Logo

#ef69aa Color Hex

#EF69AA
(239,105,170)
0 Favorites   0 Comments

Color spaces of #ef69aa

RGB 239105170
HSL0.920.810.67
HSV331°56°94°
CMYK 0.000.560.29   0.06
XYZ47.903931.356241.5577
Yxy31.35620.39650.2595
Hunter Lab55.996654.7089-4.8043
CIE-Lab62.807258.2202-9.2010

#ef69aa color RGB value is (239,105,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 10101010
Octal 357 151 252
Decimal 239 105 170
Hex EF 69 AA

RGB Percentages of Color #ef69aa

%46.50
%20.43
%33.07

CMYK Percentages of Color #ef69aa

%0
%56
%29
%6

Triadic Colors of #ef69aa

#ef69aa #aaef69 #69aaef

Analogous Colors of #ef69aa

#ef69aa #ef6b69 #ef69ed

Monochromatic Colors of #ef69aa

#ef69aa

Complementary Color

#ef69aa #69efae

#ef69aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef69aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef69aa Color CSS Codes

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

#ef69aa Text Font Color

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

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


#ef69aa Background Color

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

This div background color is #ef69aa


#ef69aa Border Color

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

This div border color is #ef69aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef69aa


Comments

No comments written yet.

Please login to write comment.