Color Hex Logo

#ef0faa Color Hex

#EF0FAA
(239,15,170)
0 Favorites   0 Comments

Color spaces of #ef0faa

RGB 23915170
HSL0.880.880.50
HSV318°94°94°
CMYK 0.000.940.29   0.06
XYZ43.023121.594639.9308
Yxy21.59460.41150.2066
Hunter Lab46.470083.9374-18.4178
CIE-Lab53.594283.9306-23.1670

#ef0faa color RGB value is (239,15,170).

#ef0faa hex color red value is 239, green value is 15 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ef0faa hue: 0.88 , saturation: 0.88 and the lightness value of ef0faa is 0.50.

The process color (four color CMYK) of #ef0faa color hex is 0.00, 0.94, 0.29, 0.06. Web safe color of #ef0faa is #ff0099. Color #ef0faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001111 10101010
Octal 357 17 252
Decimal 239 15 170
Hex EF F AA

RGB Percentages of Color #ef0faa

%56.37
%3.54
%40.09

CMYK Percentages of Color #ef0faa

%0
%94
%29
%6

Triadic Colors of #ef0faa

#ef0faa #aaef0f #0faaef

Analogous Colors of #ef0faa

#ef0faa #ef0f3a #c40fef

Monochromatic Colors of #ef0faa

#ef0faa

Complementary Color

#ef0faa #0fef54

#ef0faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0faa Color CSS Codes

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

#ef0faa Text Font Color

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

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


#ef0faa Background Color

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

This div background color is #ef0faa


#ef0faa Border Color

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

This div border color is #ef0faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0faa


Comments

No comments written yet.

Please login to write comment.