Color Hex Logo

#ef19ac Color Hex

#EF19AC
(239,25,172)
0 Favorites   0 Comments

Color spaces of #ef19ac

RGB 23925172
HSL0.890.870.52
HSV319°90°94°
CMYK 0.000.900.28   0.06
XYZ43.390622.024540.9939
Yxy22.02450.40780.2070
Hunter Lab46.930382.9089-18.9390
CIE-Lab54.053083.0430-23.6353

#ef19ac color RGB value is (239,25,172).

#ef19ac hex color red value is 239, green value is 25 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ef19ac hue: 0.89 , saturation: 0.87 and the lightness value of ef19ac is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011001 10101100
Octal 357 31 254
Decimal 239 25 172
Hex EF 19 AC

RGB Percentages of Color #ef19ac

%54.82
%5.73
%39.45

CMYK Percentages of Color #ef19ac

%0
%90
%28
%6

Triadic Colors of #ef19ac

#ef19ac #acef19 #19acef

Analogous Colors of #ef19ac

#ef19ac #ef1941 #c719ef

Monochromatic Colors of #ef19ac

#ef19ac

Complementary Color

#ef19ac #19ef5c

#ef19ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef19ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef19ac Color CSS Codes

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

#ef19ac Text Font Color

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

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


#ef19ac Background Color

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

This div background color is #ef19ac


#ef19ac Border Color

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

This div border color is #ef19ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef19ac


Comments

No comments written yet.

Please login to write comment.