Color Hex Logo

#ef49db Color Hex

#EF49DB
(239,73,219)
0 Favorites   0 Comments

Color spaces of #ef49db

RGB 23973219
HSL0.850.840.61
HSV307°69°94°
CMYK 0.000.690.08   0.06
XYZ50.765328.230369.7912
Yxy28.23030.34120.1897
Hunter Lab53.132277.5670-40.6872
CIE-Lab60.096277.6752-41.2418

#ef49db color RGB value is (239,73,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 11011011
Octal 357 111 333
Decimal 239 73 219
Hex EF 49 DB

RGB Percentages of Color #ef49db

%45.01
%13.75
%41.24

CMYK Percentages of Color #ef49db

%0
%69
%8
%6

Triadic Colors of #ef49db

#ef49db #dbef49 #49dbef

Analogous Colors of #ef49db

#ef49db #ef4988 #b049ef

Monochromatic Colors of #ef49db

#ef49db

Complementary Color

#ef49db #49ef5d

#ef49db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef49db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef49db Color CSS Codes

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

#ef49db Text Font Color

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

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


#ef49db Background Color

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

This div background color is #ef49db


#ef49db Border Color

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

This div border color is #ef49db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef49db


Comments

No comments written yet.

Please login to write comment.