Color Hex Logo

#ef58db Color Hex

#EF58DB
(239,88,219)
0 Favorites   0 Comments

Color spaces of #ef58db

RGB 23988219
HSL0.860.830.64
HSV308°63°94°
CMYK 0.000.630.08   0.06
XYZ51.872530.444670.1603
Yxy30.44460.34020.1997
Hunter Lab55.176671.2518-36.7671
CIE-Lab62.036072.2424-38.2009

#ef58db color RGB value is (239,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011000 11011011
Octal 357 130 333
Decimal 239 88 219
Hex EF 58 DB

RGB Percentages of Color #ef58db

%43.77
%16.12
%40.11

CMYK Percentages of Color #ef58db

%0
%63
%8
%6

Triadic Colors of #ef58db

#ef58db #dbef58 #58dbef

Analogous Colors of #ef58db

#ef58db #ef5890 #b858ef

Monochromatic Colors of #ef58db

#ef58db

Complementary Color

#ef58db #58ef6c

#ef58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef58db Color CSS Codes

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

#ef58db Text Font Color

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

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


#ef58db Background Color

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

This div background color is #ef58db


#ef58db Border Color

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

This div border color is #ef58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef58db


Comments

No comments written yet.

Please login to write comment.