Color Hex Logo

#ef93db Color Hex

#EF93DB
(239,147,219)
0 Favorites   0 Comments

Color spaces of #ef93db

RGB 239147219
HSL0.870.740.76
HSV313°38°94°
CMYK 0.000.380.08   0.06
XYZ58.816544.332672.4749
Yxy44.33260.33490.2524
Hunter Lab66.582741.1599-17.9289
CIE-Lab72.450244.8281-22.1243

#ef93db color RGB value is (239,147,219).

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

The process color (four color CMYK) of #ef93db color hex is 0.00, 0.38, 0.08, 0.06. Web safe color of #ef93db is #ff99cc. Color #ef93db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010011 11011011
Octal 357 223 333
Decimal 239 147 219
Hex EF 93 DB

RGB Percentages of Color #ef93db

%39.50
%24.30
%36.20

CMYK Percentages of Color #ef93db

%0
%38
%8
%6

Triadic Colors of #ef93db

#ef93db #dbef93 #93dbef

Analogous Colors of #ef93db

#ef93db #ef93ad #d593ef

Monochromatic Colors of #ef93db

#ef93db

Complementary Color

#ef93db #93efa7

#ef93db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef93db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef93db Color CSS Codes

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

#ef93db Text Font Color

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

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


#ef93db Background Color

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

This div background color is #ef93db


#ef93db Border Color

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

This div border color is #ef93db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef93db


Comments

No comments written yet.

Please login to write comment.