Color Hex Logo

#ef19db Color Hex

#EF19DB
(239,25,219)
0 Favorites   0 Comments

Color spaces of #ef19db

RGB 23925219
HSL0.850.870.52
HSV306°90°94°
CMYK 0.000.900.08   0.06
XYZ48.730424.160569.1129
Yxy24.16050.34320.1701
Hunter Lab49.153390.9458-48.9584
CIE-Lab56.248188.7673-47.3160

#ef19db color RGB value is (239,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011001 11011011
Octal 357 31 333
Decimal 239 25 219
Hex EF 19 DB

RGB Percentages of Color #ef19db

%49.48
%5.18
%45.34

CMYK Percentages of Color #ef19db

%0
%90
%8
%6

Triadic Colors of #ef19db

#ef19db #dbef19 #19dbef

Analogous Colors of #ef19db

#ef19db #ef1970 #9819ef

Monochromatic Colors of #ef19db

#ef19db

Complementary Color

#ef19db #19ef2d

#ef19db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef19db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef19db Color CSS Codes

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

#ef19db Text Font Color

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

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


#ef19db Background Color

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

This div background color is #ef19db


#ef19db Border Color

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

This div border color is #ef19db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef19db


Comments

No comments written yet.

Please login to write comment.