Color Hex Logo

#ef49da Color Hex

#EF49DA
(239,73,218)
0 Favorites   0 Comments

Color spaces of #ef49da

RGB 23973218
HSL0.850.840.61
HSV308°69°94°
CMYK 0.000.690.09   0.06
XYZ50.634028.177869.0998
Yxy28.17780.34230.1905
Hunter Lab53.082877.3708-40.0221
CIE-Lab60.049077.5286-40.7518

#ef49da color RGB value is (239,73,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 11011010
Octal 357 111 332
Decimal 239 73 218
Hex EF 49 DA

RGB Percentages of Color #ef49da

%45.09
%13.77
%41.13

CMYK Percentages of Color #ef49da

%0
%69
%9
%6

Triadic Colors of #ef49da

#ef49da #daef49 #49daef

Analogous Colors of #ef49da

#ef49da #ef4987 #b149ef

Monochromatic Colors of #ef49da

#ef49da

Complementary Color

#ef49da #49ef5e

#ef49da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef49da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef49da Color CSS Codes

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

#ef49da Text Font Color

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

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


#ef49da Background Color

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

This div background color is #ef49da


#ef49da Border Color

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

This div border color is #ef49da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef49da


Comments

No comments written yet.

Please login to write comment.