Color Hex Logo

#ef80dd Color Hex

#EF80DD
(239,128,221)
0 Favorites   0 Comments

Color spaces of #ef80dd

RGB 239128221
HSL0.860.780.72
HSV310°46°94°
CMYK 0.000.460.08   0.06
XYZ56.366939.009572.9653
Yxy39.00950.33480.2317
Hunter Lab62.457651.7924-25.5445
CIE-Lab68.758154.7431-28.8830

#ef80dd color RGB value is (239,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000000 11011101
Octal 357 200 335
Decimal 239 128 221
Hex EF 80 DD

RGB Percentages of Color #ef80dd

%40.65
%21.77
%37.59

CMYK Percentages of Color #ef80dd

%0
%46
%8
%6

Triadic Colors of #ef80dd

#ef80dd #ddef80 #80ddef

Analogous Colors of #ef80dd

#ef80dd #ef80a6 #ca80ef

Monochromatic Colors of #ef80dd

#ef80dd

Complementary Color

#ef80dd #80ef92

#ef80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef80dd Color CSS Codes

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

#ef80dd Text Font Color

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

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


#ef80dd Background Color

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

This div background color is #ef80dd


#ef80dd Border Color

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

This div border color is #ef80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef80dd


Comments

No comments written yet.

Please login to write comment.