Color Hex Logo

#f66ded Color Hex

#F66DED
(246,109,237)
0 Favorites   0 Comments

Color spaces of #f66ded

RGB 246109237
HSL0.840.880.70
HSV304°56°96°
CMYK 0.000.560.04   0.04
XYZ58.760736.644584.0968
Yxy36.64450.32740.2041
Hunter Lab60.534767.3332-39.9933
CIE-Lab67.009568.1449-40.3804

#f66ded color RGB value is (246,109,237).

#f66ded hex color red value is 246, green value is 109 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f66ded hue: 0.84 , saturation: 0.88 and the lightness value of f66ded is 0.70.

The process color (four color CMYK) of #f66ded color hex is 0.00, 0.56, 0.04, 0.04. Web safe color of #f66ded is #ff66ff. Color #f66ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101101 11101101
Octal 366 155 355
Decimal 246 109 237
Hex F6 6D ED

RGB Percentages of Color #f66ded

%41.55
%18.41
%40.03

CMYK Percentages of Color #f66ded

%0
%56
%4
%4

Triadic Colors of #f66ded

#f66ded #edf66d #6dedf6

Analogous Colors of #f66ded

#f66ded #f66da9 #bb6df6

Monochromatic Colors of #f66ded

#f66ded

Complementary Color

#f66ded #6df676

#f66ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66ded Color CSS Codes

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

#f66ded Text Font Color

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

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


#f66ded Background Color

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

This div background color is #f66ded


#f66ded Border Color

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

This div border color is #f66ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,109,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f66ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f66ded;
  -webkit-box-shadow: 1px 1px 3px 2px #f66ded;
  box-shadow:         1px 1px 3px 2px #f66ded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,109,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66ded


Comments

No comments written yet.

Please login to write comment.