Color Hex Logo

#ef68dd Color Hex

#EF68DD
(239,104,221)
0 Favorites   0 Comments

Color spaces of #ef68dd

RGB 239104221
HSL0.860.810.67
HSV308°56°94°
CMYK 0.000.560.08   0.06
XYZ53.598133.471872.0424
Yxy33.47180.33690.2104
Hunter Lab57.854864.1208-33.3312
CIE-Lab64.541165.9259-35.4127

#ef68dd color RGB value is (239,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101000 11011101
Octal 357 150 335
Decimal 239 104 221
Hex EF 68 DD

RGB Percentages of Color #ef68dd

%42.38
%18.44
%39.18

CMYK Percentages of Color #ef68dd

%0
%56
%8
%6

Triadic Colors of #ef68dd

#ef68dd #ddef68 #68ddef

Analogous Colors of #ef68dd

#ef68dd #ef689a #be68ef

Monochromatic Colors of #ef68dd

#ef68dd

Complementary Color

#ef68dd #68ef7a

#ef68dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef68dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef68dd Color CSS Codes

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

#ef68dd Text Font Color

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

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


#ef68dd Background Color

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

This div background color is #ef68dd


#ef68dd Border Color

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

This div border color is #ef68dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef68dd


Comments

No comments written yet.

Please login to write comment.