Color Hex Logo

#f609dc Color Hex

#F609DC
(246,9,220)
0 Favorites   0 Comments

Color spaces of #f609dc

RGB 2469220
HSL0.850.930.50
HSV307°96°96°
CMYK 0.000.960.11   0.04
XYZ51.022024.955569.8379
Yxy24.95550.34990.1711
Hunter Lab49.955594.8888-47.9187
CIE-Lab57.032091.5656-46.5633

#f609dc color RGB value is (246,9,220).

#f609dc hex color red value is 246, green value is 9 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f609dc hue: 0.85 , saturation: 0.93 and the lightness value of f609dc is 0.50.

The process color (four color CMYK) of #f609dc color hex is 0.00, 0.96, 0.11, 0.04. Web safe color of #f609dc is #ff00cc. Color #f609dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001001 11011100
Octal 366 11 334
Decimal 246 9 220
Hex F6 9 DC

RGB Percentages of Color #f609dc

%51.79
%1.89
%46.32

CMYK Percentages of Color #f609dc

%0
%96
%11
%4

Triadic Colors of #f609dc

#f609dc #dcf609 #09dcf6

Analogous Colors of #f609dc

#f609dc #f60966 #9a09f6

Monochromatic Colors of #f609dc

#f609dc

Complementary Color

#f609dc #09f623

#f609dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f609dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f609dc Color CSS Codes

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

#f609dc Text Font Color

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

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


#f609dc Background Color

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

This div background color is #f609dc


#f609dc Border Color

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

This div border color is #f609dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f609dc


Comments

No comments written yet.

Please login to write comment.