Color Hex Logo

#ef49ae Color Hex

#EF49AE
(239,73,174)
0 Favorites   0 Comments

Color spaces of #ef49ae

RGB 23973174
HSL0.900.840.61
HSV323°69°94°
CMYK 0.000.690.27   0.06
XYZ45.619126.171842.6917
Yxy26.17180.39850.2286
Hunter Lab51.158469.6454-13.6667
CIE-Lab58.199871.6503-18.4525

#ef49ae color RGB value is (239,73,174).

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

The process color (four color CMYK) of #ef49ae color hex is 0.00, 0.69, 0.27, 0.06. Web safe color of #ef49ae is #ff3399. Color #ef49ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 10101110
Octal 357 111 256
Decimal 239 73 174
Hex EF 49 AE

RGB Percentages of Color #ef49ae

%49.18
%15.02
%35.80

CMYK Percentages of Color #ef49ae

%0
%69
%27
%6

Triadic Colors of #ef49ae

#ef49ae #aeef49 #49aeef

Analogous Colors of #ef49ae

#ef49ae #ef495b #dd49ef

Monochromatic Colors of #ef49ae

#ef49ae

Complementary Color

#ef49ae #49ef8a

#ef49ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef49ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef49ae Color CSS Codes

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

#ef49ae Text Font Color

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

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


#ef49ae Background Color

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

This div background color is #ef49ae


#ef49ae Border Color

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

This div border color is #ef49ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef49ae


Comments

No comments written yet.

Please login to write comment.