Color Hex Logo

#ef00db Color Hex

#EF00DB
(239,0,219)
0 Favorites   0 Comments

Color spaces of #ef00db

RGB 2390219
HSL0.851.000.47
HSV305°100°94°
CMYK 0.001.000.08   0.06
XYZ48.382823.465268.9970
Yxy23.46520.34350.1666
Hunter Lab48.440993.5144-50.5414
CIE-Lab55.548390.8300-48.4264

#ef00db color RGB value is (239,0,219).

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

The process color (four color CMYK) of #ef00db color hex is 0.00, 1.00, 0.08, 0.06. Web safe color of #ef00db is #ff00cc. Color #ef00db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000000 11011011
Octal 357 0 333
Decimal 239 0 219
Hex EF 0 DB

RGB Percentages of Color #ef00db

%52.18
%0.00
%47.82

CMYK Percentages of Color #ef00db

%0
%100
%8
%6

Triadic Colors of #ef00db

#ef00db #dbef00 #00dbef

Analogous Colors of #ef00db

#ef00db #ef0063 #8c00ef

Monochromatic Colors of #ef00db

#ef00db

Complementary Color

#ef00db #00ef14

#ef00db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef00db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef00db Color CSS Codes

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

#ef00db Text Font Color

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

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


#ef00db Background Color

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

This div background color is #ef00db


#ef00db Border Color

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

This div border color is #ef00db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef00db


Comments

No comments written yet.

Please login to write comment.