Color Hex Logo

#f646dc Color Hex

#F646DC
(246,70,220)
0 Favorites   0 Comments

Color spaces of #f646dc

RGB 24670220
HSL0.860.910.62
HSV309°72°96°
CMYK 0.000.720.11   0.04
XYZ53.114529.140570.5354
Yxy29.14050.34760.1907
Hunter Lab53.981981.1633-39.6838
CIE-Lab60.905480.3508-40.4574

#f646dc color RGB value is (246,70,220).

#f646dc hex color red value is 246, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f646dc hue: 0.86 , saturation: 0.91 and the lightness value of f646dc is 0.62.

The process color (four color CMYK) of #f646dc color hex is 0.00, 0.72, 0.11, 0.04. Web safe color of #f646dc is #ff33cc. Color #f646dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000110 11011100
Octal 366 106 334
Decimal 246 70 220
Hex F6 46 DC

RGB Percentages of Color #f646dc

%45.90
%13.06
%41.04

CMYK Percentages of Color #f646dc

%0
%72
%11
%4

Triadic Colors of #f646dc

#f646dc #dcf646 #46dcf6

Analogous Colors of #f646dc

#f646dc #f64684 #b846f6

Monochromatic Colors of #f646dc

#f646dc

Complementary Color

#f646dc #46f660

#f646dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f646dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f646dc Color CSS Codes

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

#f646dc Text Font Color

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

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


#f646dc Background Color

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

This div background color is #f646dc


#f646dc Border Color

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

This div border color is #f646dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f646dc


Comments

No comments written yet.

Please login to write comment.