Color Hex Logo

#f660d7 Color Hex

#F660D7
(246,96,215)
0 Favorites   0 Comments

Color spaces of #f660d7

RGB 24696215
HSL0.870.890.67
HSV312°61°96°
CMYK 0.000.610.13   0.04
XYZ54.454632.864967.7635
Yxy32.86490.35110.2119
Hunter Lab57.327969.2296-29.9532
CIE-Lab64.051470.2256-32.7361

#f660d7 color RGB value is (246,96,215).

#f660d7 hex color red value is 246, green value is 96 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #f660d7 hue: 0.87 , saturation: 0.89 and the lightness value of f660d7 is 0.67.

The process color (four color CMYK) of #f660d7 color hex is 0.00, 0.61, 0.13, 0.04. Web safe color of #f660d7 is #ff66cc. Color #f660d7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100000 11010111
Octal 366 140 327
Decimal 246 96 215
Hex F6 60 D7

RGB Percentages of Color #f660d7

%44.17
%17.24
%38.60

CMYK Percentages of Color #f660d7

%0
%61
%13
%4

Triadic Colors of #f660d7

#f660d7 #d7f660 #60d7f6

Analogous Colors of #f660d7

#f660d7 #f6608c #ca60f6

Monochromatic Colors of #f660d7

#f660d7

Complementary Color

#f660d7 #60f67f

#f660d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f660d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f660d7 Color CSS Codes

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

#f660d7 Text Font Color

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

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


#f660d7 Background Color

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

This div background color is #f660d7


#f660d7 Border Color

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

This div border color is #f660d7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,96,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f660d7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f660d7


Comments

No comments written yet.

Please login to write comment.