Color Hex Logo

#ef56db Color Hex

#EF56DB
(239,86,219)
0 Favorites   0 Comments

Color spaces of #ef56db

RGB 23986219
HSL0.860.830.64
HSV308°64°94°
CMYK 0.000.640.08   0.06
XYZ51.710630.120870.1063
Yxy30.12080.34030.1982
Hunter Lab54.882472.1397-37.3188
CIE-Lab61.758373.0136-38.6353

#ef56db color RGB value is (239,86,219).

#ef56db hex color red value is 239, green value is 86 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ef56db hue: 0.86 , saturation: 0.83 and the lightness value of ef56db is 0.64.

The process color (four color CMYK) of #ef56db color hex is 0.00, 0.64, 0.08, 0.06. Web safe color of #ef56db is #ff66cc. Color #ef56db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010110 11011011
Octal 357 126 333
Decimal 239 86 219
Hex EF 56 DB

RGB Percentages of Color #ef56db

%43.93
%15.81
%40.26

CMYK Percentages of Color #ef56db

%0
%64
%8
%6

Triadic Colors of #ef56db

#ef56db #dbef56 #56dbef

Analogous Colors of #ef56db

#ef56db #ef568f #b756ef

Monochromatic Colors of #ef56db

#ef56db

Complementary Color

#ef56db #56ef6a

#ef56db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef56db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef56db Color CSS Codes

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

#ef56db Text Font Color

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

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


#ef56db Background Color

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

This div background color is #ef56db


#ef56db Border Color

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

This div border color is #ef56db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef56db


Comments

No comments written yet.

Please login to write comment.