Color Hex Logo

#f66dee Color Hex

#F66DEE
(246,109,238)
0 Favorites   0 Comments

Color spaces of #f66dee

RGB 246109238
HSL0.840.880.70
HSV304°56°96°
CMYK 0.000.560.03   0.04
XYZ58.907336.703284.8686
Yxy36.70320.32640.2034
Hunter Lab60.583267.5417-40.6488
CIE-Lab67.053868.3079-40.8637

#f66dee color RGB value is (246,109,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101101 11101110
Octal 366 155 356
Decimal 246 109 238
Hex F6 6D EE

RGB Percentages of Color #f66dee

%41.48
%18.38
%40.13

CMYK Percentages of Color #f66dee

%0
%56
%3
%4

Triadic Colors of #f66dee

#f66dee #eef66d #6deef6

Analogous Colors of #f66dee

#f66dee #f66daa #ba6df6

Monochromatic Colors of #f66dee

#f66dee

Complementary Color

#f66dee #6df675

#f66dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66dee Color CSS Codes

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

#f66dee Text Font Color

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

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


#f66dee Background Color

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

This div background color is #f66dee


#f66dee Border Color

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

This div border color is #f66dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66dee


Comments

No comments written yet.

Please login to write comment.