Color Hex Logo

#ef77dd Color Hex

#EF77DD
(239,119,221)
0 Favorites   0 Comments

Color spaces of #ef77dd

RGB 239119221
HSL0.860.790.70
HSV309°50°94°
CMYK 0.000.500.08   0.06
XYZ55.244636.764872.5912
Yxy36.76480.33560.2234
Hunter Lab60.634056.5248-28.5384
CIE-Lab67.100259.0827-31.4419

#ef77dd color RGB value is (239,119,221).

#ef77dd hex color red value is 239, green value is 119 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ef77dd hue: 0.86 , saturation: 0.79 and the lightness value of ef77dd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110111 11011101
Octal 357 167 335
Decimal 239 119 221
Hex EF 77 DD

RGB Percentages of Color #ef77dd

%41.28
%20.55
%38.17

CMYK Percentages of Color #ef77dd

%0
%50
%8
%6

Triadic Colors of #ef77dd

#ef77dd #ddef77 #77ddef

Analogous Colors of #ef77dd

#ef77dd #ef77a1 #c577ef

Monochromatic Colors of #ef77dd

#ef77dd

Complementary Color

#ef77dd #77ef89

#ef77dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef77dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef77dd Color CSS Codes

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

#ef77dd Text Font Color

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

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


#ef77dd Background Color

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

This div background color is #ef77dd


#ef77dd Border Color

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

This div border color is #ef77dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef77dd


Comments

No comments written yet.

Please login to write comment.