Color Hex Logo

#f668dc Color Hex

#F668DC
(246,104,220)
0 Favorites   0 Comments

Color spaces of #f668dc

RGB 246104220
HSL0.860.890.69
HSV311°58°96°
CMYK 0.000.580.11   0.04
XYZ55.874634.660871.4554
Yxy34.66080.34490.2140
Hunter Lab58.873466.3793-30.7496
CIE-Lab65.483767.6304-33.3129

#f668dc color RGB value is (246,104,220).

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

The process color (four color CMYK) of #f668dc color hex is 0.00, 0.58, 0.11, 0.04. Web safe color of #f668dc is #ff66cc. Color #f668dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101000 11011100
Octal 366 150 334
Decimal 246 104 220
Hex F6 68 DC

RGB Percentages of Color #f668dc

%43.16
%18.25
%38.60

CMYK Percentages of Color #f668dc

%0
%58
%11
%4

Triadic Colors of #f668dc

#f668dc #dcf668 #68dcf6

Analogous Colors of #f668dc

#f668dc #f66895 #c968f6

Monochromatic Colors of #f668dc

#f668dc

Complementary Color

#f668dc #68f682

#f668dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f668dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f668dc Color CSS Codes

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

#f668dc Text Font Color

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

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


#f668dc Background Color

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

This div background color is #f668dc


#f668dc Border Color

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

This div border color is #f668dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f668dc

Related Colors


Comments

No comments written yet.

Please login to write comment.