Color Hex Logo

#ef02ac Color Hex

#EF02AC
(239,2,172)
0 Favorites   0 Comments

Color spaces of #ef02ac

RGB 2392172
HSL0.880.980.47
HSV317°99°94°
CMYK 0.000.990.28   0.06
XYZ43.064721.372740.8853
Yxy21.37270.40890.2029
Hunter Lab46.230685.3726-20.0733
CIE-Lab53.355085.0853-24.7111

#ef02ac color RGB value is (239,2,172).

#ef02ac hex color red value is 239, green value is 2 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ef02ac hue: 0.88 , saturation: 0.98 and the lightness value of ef02ac is 0.47.

The process color (four color CMYK) of #ef02ac color hex is 0.00, 0.99, 0.28, 0.06. Web safe color of #ef02ac is #ff0099. Color #ef02ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000010 10101100
Octal 357 2 254
Decimal 239 2 172
Hex EF 2 AC

RGB Percentages of Color #ef02ac

%57.87
%0.48
%41.65

CMYK Percentages of Color #ef02ac

%0
%99
%28
%6

Triadic Colors of #ef02ac

#ef02ac #acef02 #02acef

Analogous Colors of #ef02ac

#ef02ac #ef0236 #bc02ef

Monochromatic Colors of #ef02ac

#ef02ac

Complementary Color

#ef02ac #02ef45

#ef02ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef02ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef02ac Color CSS Codes

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

#ef02ac Text Font Color

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

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


#ef02ac Background Color

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

This div background color is #ef02ac


#ef02ac Border Color

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

This div border color is #ef02ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef02ac


Comments

No comments written yet.

Please login to write comment.