Color Hex Logo

#ef26db Color Hex

#EF26DB
(239,38,219)
0 Favorites   0 Comments

Color spaces of #ef26db

RGB 23938219
HSL0.850.860.54
HSV306°84°94°
CMYK 0.000.840.08   0.06
XYZ49.075924.851469.2280
Yxy24.85140.34280.1736
Hunter Lab49.851288.4844-47.4398
CIE-Lab56.930386.7703-46.2351

#ef26db color RGB value is (239,38,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100110 11011011
Octal 357 46 333
Decimal 239 38 219
Hex EF 26 DB

RGB Percentages of Color #ef26db

%48.19
%7.66
%44.15

CMYK Percentages of Color #ef26db

%0
%84
%8
%6

Triadic Colors of #ef26db

#ef26db #dbef26 #26dbef

Analogous Colors of #ef26db

#ef26db #ef2677 #9f26ef

Monochromatic Colors of #ef26db

#ef26db

Complementary Color

#ef26db #26ef3a

#ef26db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef26db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef26db Color CSS Codes

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

#ef26db Text Font Color

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

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


#ef26db Background Color

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

This div background color is #ef26db


#ef26db Border Color

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

This div border color is #ef26db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef26db


Comments

No comments written yet.

Please login to write comment.