Color Hex Logo

#ef4acf Color Hex

#EF4ACF
(239,74,207)
0 Favorites   0 Comments

Color spaces of #ef4acf

RGB 23974207
HSL0.870.840.61
HSV312°69°94°
CMYK 0.000.690.13   0.06
XYZ49.307927.753361.7896
Yxy27.75330.35510.1999
Hunter Lab52.681474.8771-32.6638
CIE-Lab59.665275.6132-35.1255

#ef4acf color RGB value is (239,74,207).

#ef4acf hex color red value is 239, green value is 74 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ef4acf hue: 0.87 , saturation: 0.84 and the lightness value of ef4acf is 0.61.

The process color (four color CMYK) of #ef4acf color hex is 0.00, 0.69, 0.13, 0.06. Web safe color of #ef4acf is #ff33cc. Color #ef4acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001010 11001111
Octal 357 112 317
Decimal 239 74 207
Hex EF 4A CF

RGB Percentages of Color #ef4acf

%45.96
%14.23
%39.81

CMYK Percentages of Color #ef4acf

%0
%69
%13
%6

Triadic Colors of #ef4acf

#ef4acf #cfef4a #4acfef

Analogous Colors of #ef4acf

#ef4acf #ef4a7d #bd4aef

Monochromatic Colors of #ef4acf

#ef4acf

Complementary Color

#ef4acf #4aef6a

#ef4acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4acf Color CSS Codes

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

#ef4acf Text Font Color

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

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


#ef4acf Background Color

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

This div background color is #ef4acf


#ef4acf Border Color

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

This div border color is #ef4acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4acf


Comments

No comments written yet.

Please login to write comment.