Color Hex Logo

#f664dc Color Hex

#F664DC
(246,100,220)
0 Favorites   0 Comments

Color spaces of #f664dc

RGB 246100220
HSL0.860.890.68
HSV311°59°96°
CMYK 0.000.590.11   0.04
XYZ55.481533.874571.3244
Yxy33.87450.34530.2108
Hunter Lab58.201868.3039-31.9167
CIE-Lab64.862869.3221-34.2771

#f664dc color RGB value is (246,100,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100100 11011100
Octal 366 144 334
Decimal 246 100 220
Hex F6 64 DC

RGB Percentages of Color #f664dc

%43.46
%17.67
%38.87

CMYK Percentages of Color #f664dc

%0
%59
%11
%4

Triadic Colors of #f664dc

#f664dc #dcf664 #64dcf6

Analogous Colors of #f664dc

#f664dc #f66493 #c764f6

Monochromatic Colors of #f664dc

#f664dc

Complementary Color

#f664dc #64f67e

#f664dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f664dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f664dc Color CSS Codes

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

#f664dc Text Font Color

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

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


#f664dc Background Color

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

This div background color is #f664dc


#f664dc Border Color

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

This div border color is #f664dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f664dc

Related Colors


Comments

No comments written yet.

Please login to write comment.