Color Hex Logo

#f607dc Color Hex

#F607DC
(246,7,220)
0 Favorites   0 Comments

Color spaces of #f607dc

RGB 2467220
HSL0.850.940.50
HSV307°97°96°
CMYK 0.000.970.11   0.04
XYZ51.000324.912169.8306
Yxy24.91210.34990.1709
Hunter Lab49.912095.0460-48.0127
CIE-Lab56.989791.6905-46.6304

#f607dc color RGB value is (246,7,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000111 11011100
Octal 366 7 334
Decimal 246 7 220
Hex F6 7 DC

RGB Percentages of Color #f607dc

%52.01
%1.48
%46.51

CMYK Percentages of Color #f607dc

%0
%97
%11
%4

Triadic Colors of #f607dc

#f607dc #dcf607 #07dcf6

Analogous Colors of #f607dc

#f607dc #f60765 #9907f6

Monochromatic Colors of #f607dc

#f607dc

Complementary Color

#f607dc #07f621

#f607dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f607dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f607dc Color CSS Codes

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

#f607dc Text Font Color

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

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


#f607dc Background Color

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

This div background color is #f607dc


#f607dc Border Color

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

This div border color is #f607dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f607dc


Comments

No comments written yet.

Please login to write comment.