Color Hex Logo

#f684dc Color Hex

#F684DC
(246,132,220)
0 Favorites   0 Comments

Color spaces of #f684dc

RGB 246132220
HSL0.870.860.74
HSV314°46°96°
CMYK 0.000.460.11   0.04
XYZ59.175641.262772.5557
Yxy41.26270.34210.2385
Hunter Lab64.236052.0249-22.0038
CIE-Lab70.359654.7049-25.7938

#f684dc color RGB value is (246,132,220).

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

The process color (four color CMYK) of #f684dc color hex is 0.00, 0.46, 0.11, 0.04. Web safe color of #f684dc is #ff99cc. Color #f684dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000100 11011100
Octal 366 204 334
Decimal 246 132 220
Hex F6 84 DC

RGB Percentages of Color #f684dc

%41.14
%22.07
%36.79

CMYK Percentages of Color #f684dc

%0
%46
%11
%4

Triadic Colors of #f684dc

#f684dc #dcf684 #84dcf6

Analogous Colors of #f684dc

#f684dc #f684a3 #d784f6

Monochromatic Colors of #f684dc

#f684dc

Complementary Color

#f684dc #84f69e

#f684dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f684dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f684dc Color CSS Codes

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

#f684dc Text Font Color

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

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


#f684dc Background Color

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

This div background color is #f684dc


#f684dc Border Color

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

This div border color is #f684dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f684dc


Comments

No comments written yet.

Please login to write comment.