Color Hex Logo

#ef56dd Color Hex

#EF56DD
(239,86,221)
0 Favorites   0 Comments

Color spaces of #ef56dd

RGB 23986221
HSL0.850.830.64
HSV307°64°94°
CMYK 0.000.640.08   0.06
XYZ51.975530.226871.5015
Yxy30.22680.33820.1967
Hunter Lab54.978972.5358-38.6230
CIE-Lab61.849473.3167-39.6163

#ef56dd color RGB value is (239,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010110 11011101
Octal 357 126 335
Decimal 239 86 221
Hex EF 56 DD

RGB Percentages of Color #ef56dd

%43.77
%15.75
%40.48

CMYK Percentages of Color #ef56dd

%0
%64
%8
%6

Triadic Colors of #ef56dd

#ef56dd #ddef56 #56ddef

Analogous Colors of #ef56dd

#ef56dd #ef5691 #b556ef

Monochromatic Colors of #ef56dd

#ef56dd

Complementary Color

#ef56dd #56ef68

#ef56dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef56dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef56dd Color CSS Codes

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

#ef56dd Text Font Color

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

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


#ef56dd Background Color

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

This div background color is #ef56dd


#ef56dd Border Color

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

This div border color is #ef56dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,86,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ef56dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef56dd


Comments

No comments written yet.

Please login to write comment.